Part: re-add dropped parameter (7bdad5023c1)

This commit is contained in:
wmayer
2022-06-25 16:14:14 +02:00
parent 5090bdb203
commit 960318a8ca
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));