BRepBody.orientedMinimumBoundingBox Property
Parent Object:
BRepBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepBody.h>
Description
Returns an oriented bounding box of the body that is best oriented to tightly fit the body.
Syntax
"bRepBody_var" is a variable referencing a BRepBody object.
# Get the value of the property. propertyValue = bRepBody_var.orientedMinimumBoundingBox
|
"bRepBody_var" is a variable referencing a BRepBody object.
#include <Fusion/BRep/BRepBody.h>
// Get the value of the property. Ptr<OrientedBoundingBox3D> propertyValue = bRepBody_var->orientedMinimumBoundingBox();
|
Property Value
This is a read only property whose value is an
OrientedBoundingBox3D.
Version
Introduced in version January 2024