Arrange3DResultEnvelope.boundingBox Property

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

Description

The bounding box of this result. The coordinates are defined with respect to the root component base coordinate system.

Syntax

"arrange3DResultEnvelope_var" is a variable referencing an Arrange3DResultEnvelope object.

# Get the value of the property.
propertyValue = arrange3DResultEnvelope_var.boundingBox
"arrange3DResultEnvelope_var" is a variable referencing an Arrange3DResultEnvelope object.
#include <Fusion/Arrange/Arrange3DResultEnvelope.h>

// Get the value of the property.
Ptr<BoundingBox3D> propertyValue = arrange3DResultEnvelope_var->boundingBox();

Property Value

This is a read only property whose value is a BoundingBox3D.

Version

Introduced in version January 2025