Integration of OCCT 6.5.0 from SVN
[occt.git] / src / AIS / AIS_LengthDimension.lxx
1 // File:        AIS_LengthDimension.lxx
2 // Created:     Fri Feb 28 10:16:02 1997
3 // Author:      Jean-Pierre COMBE
4 //              <jpr>
5
6 #include <AIS.hxx>
7 #include <TopoDS.hxx>
8
9
10 //=======================================================================
11 //function : TypeOfDist
12 //purpose  : 
13 //=======================================================================
14 inline AIS_TypeOfDist AIS_LengthDimension::TypeOfDist() const 
15 {
16   return myTypeDist;
17 }
18
19 //=======================================================================
20 //function : SetTypeOfDist
21 //purpose  : 
22 //=======================================================================
23
24 inline void AIS_LengthDimension::SetTypeOfDist(const AIS_TypeOfDist aTypeDist)
25 {
26   myTypeDist = aTypeDist;
27 }