summaryrefslogtreecommitdiff
path: root/inc/LocOpe_Pipe.lxx
blob: 6dccd26e2a04c46e315672e52287c5bf3e4e426f (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// File:	LocOpe_Pipe.lxx
// Created:	Wed Sep  4 14:57:19 1996
// Author:	Jacques GOUSSARD
//		<jag@mobilox.lyon.matra-dtv.fr>


//=======================================================================
//function : Spine
//purpose  : 
//=======================================================================

inline const TopoDS_Shape& LocOpe_Pipe::Spine () const
{
  return myPipe.Spine();
}

//=======================================================================
//function : Profile
//purpose  : 
//=======================================================================

inline const TopoDS_Shape& LocOpe_Pipe::Profile () const
{
  return myPipe.Profile();
}

//=======================================================================
//function : FirstShape
//purpose  : 
//=======================================================================

inline const TopoDS_Shape& LocOpe_Pipe::FirstShape () const
{
  return myPipe.FirstShape();
}

//=======================================================================
//function : LastShape
//purpose  : 
//=======================================================================

inline const TopoDS_Shape& LocOpe_Pipe::LastShape () const
{
  return myPipe.LastShape();
}