mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0030927: Modeling Algorithms - UnifySameDom looses the Closed flag for wires
Add setting the Closed flag for a new wire
This commit is contained in:
@@ -2567,6 +2567,7 @@ void ShapeUpgrade_UnifySameDomain::IntUnifyFaces(const TopoDS_Shape& theInpShape
|
||||
RemoveEdgeFromMap(CurEdge, VEmap);
|
||||
}
|
||||
} //for (;;)
|
||||
aNewWire.Closed(Standard_True);
|
||||
UsedEdges.Add(StartEdge);
|
||||
|
||||
//Remove used edges from sequence
|
||||
|
Reference in New Issue
Block a user