MeshBody.orientedMinimumBoundingBox Property

Parent Object: MeshBody
Defined in namespace "adsk::fusion" and the header file is <Fusion/MeshBody/MeshBody.h>

Description

Returns an oriented bounding box of the body that is best oriented to tightly fit the body.

Syntax

"meshBody_var" is a variable referencing a MeshBody object.
# Get the value of the property.
propertyValue = meshBody_var.orientedMinimumBoundingBox
"meshBody_var" Is a variable referencing a MeshBody Object.
#include <Fusion/MeshBody/MeshBody.h>

// Get the value of the property.
OrientedBoundingBox3D propertyValue = meshBody_var->orientedMinimumBoundingBox();
"meshBody_var" Is a variable referencing a MeshBody Object.
// Get the value of the property.
propertyValue = meshBody_var.orientedMinimumBoundingBox;

Property Value

This is a read only property whose value is an OrientedBoundingBox3D.

Version

Introduced in version January 2025