0022368: AIS_Trihedron's highlight presentation isn't updated on trihedron relocation
[occt.git] / src / AIS / AIS_SymmetricRelation.lxx
1 // File:        AIS_SymmetricRelation.lxx
2 // Created:     Mon Mar  3 16:26:56 1997
3 // Author:      Jean-Pierre COMBE
4 //              <jpr>
5
6 //=======================================================================
7 //function : SetTool
8 //purpose  : 
9 //=======================================================================
10 inline void AIS_SymmetricRelation::SetTool(const TopoDS_Shape& aSymmetricTool)
11 {
12   myTool = aSymmetricTool;
13 }
14
15 //=======================================================================
16 //function : GetTool
17 //purpose  : 
18 //=======================================================================
19 inline const TopoDS_Shape& AIS_SymmetricRelation::GetTool() const 
20 {
21   return myTool;
22 }
23
24
25 //=======================================================================
26 //function : IsMovable
27 //purpose  : 
28 //=======================================================================
29 inline Standard_Boolean AIS_SymmetricRelation::IsMovable() const 
30 {
31   return Standard_True;
32 }