Integration of OCCT 6.5.0 from SVN

This commit is contained in:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions

View 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;
}