summaryrefslogtreecommitdiff
path: root/inc/AIS_MidPointRelation.lxx
blob: 5b4d3844e11cadac3e43ae9558b034ba8e97f18c (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
32
// File:	AIS_MidPointRelation.lxx
// Created:	Fri Oct 20 16:00:58 2000
// Author:	Julia DOROVSKIKH
//		<jfa@androx.nnov.matra-dtv.fr>

//=======================================================================
//function : SetTool
//purpose  : 
//=======================================================================
inline void AIS_MidPointRelation::SetTool(const TopoDS_Shape& aMidPointTool)
{
  myTool = aMidPointTool;
}

//=======================================================================
//function : GetTool
//purpose  : 
//=======================================================================
inline const TopoDS_Shape& AIS_MidPointRelation::GetTool() const 
{
  return myTool;
}


//=======================================================================
//function : IsMovable
//purpose  : 
//=======================================================================
inline Standard_Boolean AIS_MidPointRelation::IsMovable() const 
{
  return Standard_True;
}