RigidGroups.count Property

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

Description

Returns number of joint origins in the collection.

Syntax

"rigidGroups_var" is a variable referencing a RigidGroups object.

# Get the value of the property.
propertyValue = rigidGroups_var.count
"rigidGroups_var" is a variable referencing a RigidGroups object.
#include <Fusion/Components/RigidGroups.h>

// Get the value of the property.
uinteger propertyValue = rigidGroups_var->count();

Property Value

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

Version

Introduced in version September 2015