Part: Clean up XML bindings.

This commit is contained in:
tritao
2025-02-12 01:35:09 +00:00
committed by Chris Hennes
parent aff9ef4499
commit 4aa845795e
26 changed files with 829 additions and 837 deletions

View File

@@ -100,7 +100,7 @@ int TopoShapeSolidPy::PyInit(PyObject* args, PyObject* /*kwd*/)
return 0;
}
Py::Object TopoShapeSolidPy::getMass() const
Py::Float TopoShapeSolidPy::getMass() const
{
GProp_GProps props;
BRepGProp::VolumeProperties(getTopoShapePtr()->getShape(), props);