FaceGroup.boundingBox Property

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

Description

Returns the bounding box of this face group.

Syntax

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

// Get the value of the property.
BoundingBox3D propertyValue = faceGroup_var->boundingBox();
"faceGroup_var" Is a variable referencing a FaceGroup Object.
// Get the value of the property.
propertyValue = faceGroup_var.boundingBox;

Property Value

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

Version

Introduced in version September 2024