RigidGroup.timelineObject Property

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

Description

Returns the timeline object associated with this rigid group.

Syntax

"rigidGroup_var" is a variable referencing a RigidGroup object.

# Get the value of the property.
propertyValue = rigidGroup_var.timelineObject
"rigidGroup_var" is a variable referencing a RigidGroup object.
#include <Fusion/Components/RigidGroup.h>

// Get the value of the property.
Ptr<TimelineObject> propertyValue = rigidGroup_var->timelineObject();

Property Value

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

Version

Introduced in version September 2015