summaryrefslogtreecommitdiff
path: root/inc/IGESToBRep_IGESBoundary.lxx
blob: 3fb918be1826c4efc337a0da5889971139ffe84e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// File:	IGESToBRep_IGESBoundary.lxx
// Created:	Wed Dec 16 16:59:43 1998
// Author:	data exchange team
//		<det@kinox.nnov.matra-dtv.fr>

inline  Handle(ShapeExtend_WireData) IGESToBRep_IGESBoundary::WireData() const
{
  return mysewd;
}

 
inline  Handle(ShapeExtend_WireData) IGESToBRep_IGESBoundary::WireData3d() const
{
  return mysewd3d;
}

 
inline  Handle(ShapeExtend_WireData) IGESToBRep_IGESBoundary::WireData2d() const
{
  return mysewd2d;
}