Changes for bug 0020729.

This commit is contained in:
skl 2010-04-01 13:40:39 +00:00
parent 6e35826cb7
commit 3f167acb79

View File

@ -729,7 +729,8 @@ bool GEOMImpl_IHealingOperations::GetFreeBoundary (Handle(GEOM_Object) theObject
return false;
// get free boundary shapes
ShapeAnalysis_FreeBounds anAnalizer( aShape );
ShapeAnalysis_FreeBounds anAnalizer(aShape, Standard_False,
Standard_True, Standard_True);
TopoDS_Compound aClosed = anAnalizer.GetClosedWires();
TopoDS_Compound anOpen = anAnalizer.GetOpenWires();