summaryrefslogtreecommitdiff
path: root/inc/AIS_OffsetDimension.lxx
blob: 55f52c7d56a148d074e3ee0e1e2bb052c50052d3 (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_OffsetDimension.lxx
// Created:	Tue Mar  4 10:04:53 1997
// Author:	Jean-Pierre COMBE
//		<jpr>


//=======================================================================
//function : KindOfDimension
//purpose  : 
//=======================================================================
inline AIS_KindOfDimension AIS_OffsetDimension::KindOfDimension() const 
{
  return AIS_KOD_OFFSET;
}

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

//=======================================================================
//function : SetRelativePos
//purpose  : 
//=======================================================================
inline void AIS_OffsetDimension::SetRelativePos(const gp_Trsf& aTrsf)
{
  myRelativePos = aTrsf;
}