summaryrefslogtreecommitdiff
path: root/src/IGESGraph/IGESGraph_LineFontPredefined.cxx
blob: 2bb5fcf352205c5ff5d2dc739e91163b44600408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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;
}