summaryrefslogtreecommitdiff
path: root/inc/ShapeAnalysis_FreeBounds.lxx
blob: 17b69a152ac96bab1b990f5c8a15478335675d0b (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
// File:	ShapeAnalysis_FreeBounds.lxx
// Created:	Wed Sep 16 13:18:12 1998
// Author:	data exchange team
//		<det@nnov.matra-dtv.fr>
// 25.12.98 pdn renaming methods GetWires and GetEdges to GetClosedWires and GetOpenWires respectively

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

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

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

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