MeshBody.faceGroups Property

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

Description

Returns a collection of all of the face groups in the body.

Syntax

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

// Get the value of the property.
Ptr<FaceGroups> propertyValue = meshBody_var->faceGroups();
"meshBody_var" Is a variable referencing a MeshBody Object.
// Get the value of the property.
propertyValue = meshBody_var.faceGroups;

Property Value

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

Version

Introduced in version September 2024