Open jdegenstein opened 6 months ago
Current best idea is to overload the init for bounding_box() for the oriented bounding box case and add customized logic for that
better idea would be to create a new class OrientedBoundBox
as the existing BoundBox class is not fit for purpose
Returns:
AttributeError: 'OCP.Bnd.Bnd_OBB' object has no attribute 'Get'
The API for these two is different apparently in OCCT
https://dev.opencascade.org/doc/refman/html/class_bnd___o_b_b.html
https://dev.opencascade.org/doc/refman/html/class_bnd___box.html