RigidGroup.occurrences Property
Parent Object:
RigidGroupDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/RigidGroup.h>
Description
Returns the list of occurrences that are part of the rigid group.
Syntax
"rigidGroup_var" is a variable referencing a RigidGroup object.
# Get the value of the property. propertyValue = rigidGroup_var.occurrences
|
"rigidGroup_var" is a variable referencing a RigidGroup object.
#include <Fusion/Components/RigidGroup.h>
// Get the value of the property. Ptr<OccurrenceList> propertyValue = rigidGroup_var->occurrences();
|
Property Value
This is a read only property whose value is an
OccurrenceList.
Version
Introduced in version September 2015