mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 07:57:31 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
31
src/IGESGraph/IGESGraph_LineFontPredefined.cxx
Executable file
31
src/IGESGraph/IGESGraph_LineFontPredefined.cxx
Executable file
@@ -0,0 +1,31 @@
|
||||
//--------------------------------------------------------------------
|
||||
//
|
||||
// File Name : IGESGraph_LineFontPredefined.cxx
|
||||
// Date :
|
||||
// Author : CKY / Contract Toubro-Larsen
|
||||
// Copyright : MATRA-DATAVISION 1993
|
||||
//
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
#include <IGESGraph_LineFontPredefined.ixx>
|
||||
|
||||
IGESGraph_LineFontPredefined::IGESGraph_LineFontPredefined () { }
|
||||
|
||||
|
||||
void IGESGraph_LineFontPredefined::Init
|
||||
(const Standard_Integer nbProps, const Standard_Integer aLineFontPatternCode)
|
||||
{
|
||||
theNbPropertyValues = nbProps;
|
||||
theLineFontPatternCode = aLineFontPatternCode;
|
||||
InitTypeAndForm(406,19);
|
||||
}
|
||||
|
||||
Standard_Integer IGESGraph_LineFontPredefined::NbPropertyValues () const
|
||||
{
|
||||
return theNbPropertyValues;
|
||||
}
|
||||
|
||||
Standard_Integer IGESGraph_LineFontPredefined::LineFontPatternCode () const
|
||||
{
|
||||
return theLineFontPatternCode;
|
||||
}
|
||||
Reference in New Issue
Block a user