// File: ShapeAnalysis_FreeBounds.lxx // Created: Wed Sep 16 13:18:12 1998 // Author: data exchange team // // 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; }