FaceGroup.tempId Property

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

Description

Returns the temporary ID of this face group. This ID is only good while the document remains open and as long as the owning mesh body is not modified in any way. The corresponding triangles to this facegroup can be obtained with the help of PolygonMesh.triangleFaceGroupTempIds, which gives the face group tempIds for all triangles.

Syntax

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

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

Property Value

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

Version

Introduced in version September 2024