Add Tests

This commit is contained in:
bgbsww
2024-03-27 16:47:15 -04:00
parent 75c78369c7
commit c8d54181d4
6 changed files with 415 additions and 213 deletions

View File

@@ -88,8 +88,9 @@ int TopoShapeShellPy::PyInit(PyObject* args, PyObject* /*kwd*/)
#ifdef FC_USE_TNP_FIX
try {
getTopoShapePtr()->makeElementBoolean(Part::OpCodes::Shell,getPyShapes(obj));
} _PY_CATCH_OCC(return(-1))
getTopoShapePtr()->makeElementBoolean(Part::OpCodes::Shell, getPyShapes(obj));
}
_PY_CATCH_OCC(return (-1))
#else
BRep_Builder builder;
TopoDS_Shape shape;