Part: re-add dropped parameter (93525ff7eb)

This commit is contained in:
wmayer
2022-06-25 16:14:14 +02:00
parent 0cd8fb12f3
commit 4ec9c381d4
2 changed files with 8 additions and 8 deletions

View File

@@ -179,7 +179,7 @@ PyObject* TopoShapeShellPy::getBadEdges(PyObject *args)
return nullptr;
ShapeAnalysis_Shell as;
as.LoadShells(getTopoShapePtr()->getShape());
as.CheckOrientedShells(getTopoShapePtr()->getShape(), Standard_True);
as.CheckOrientedShells(getTopoShapePtr()->getShape(), Standard_True, Standard_True);
TopoDS_Compound comp = as.BadEdges();
return new TopoShapeCompoundPy(new TopoShape(comp));