summaryrefslogtreecommitdiff
path: root/inc/ShapeFix_FreeBounds.lxx
blob: 28909a9a136c3ef415387a8d970d61440460e4cf (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
// File:	ShapeFix_FreeBounds.lxx
// Created:	Wed Sep 16 19:09:52 1998
// Author:	data exchange team
//		<det@nnov.matra-dtv.fr>

//=======================================================================
//function : GetClosedWires
//purpose  : 
//=======================================================================

inline const TopoDS_Compound& ShapeFix_FreeBounds::GetClosedWires() const
{
  return myWires;
}

 
//=======================================================================
//function : GetOpenWires
//purpose  : 
//=======================================================================

inline const TopoDS_Compound& ShapeFix_FreeBounds::GetOpenWires() const
{
  return myEdges;
}

 
//=======================================================================
//function : GetShape
//purpose  : 
//=======================================================================

inline const TopoDS_Shape& ShapeFix_FreeBounds::GetShape() const
{
  return myShape;
}