mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 02:10:36 +05:00
Changes for bug 0020729.
This commit is contained in:
parent
6e35826cb7
commit
3f167acb79
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user