0022368: AIS_Trihedron's highlight presentation isn't updated on trihedron relocation
[occt.git] / src / AIS / AIS_Chamf3dDimension.lxx
1 // File:        AIS_Chamf3dDimension.lxx
2 // Created:     Fri Feb 28 10:12:51 1997
3 // Author:      Jean-Pierre COMBE
4 //              <jpr>
5
6 //=======================================================================
7 //function : KindOfDimension
8 //purpose  : 
9 //=======================================================================
10 inline AIS_KindOfDimension AIS_Chamf3dDimension::KindOfDimension() const 
11 {
12   return AIS_KOD_LENGTH;
13 }
14
15 //=======================================================================
16 //function : IsMovable
17 //purpose  : 
18 //=======================================================================
19 inline Standard_Boolean AIS_Chamf3dDimension::IsMovable() const 
20 {
21   return Standard_True;
22 }