TimelineObject.rollTo Method

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

Description

Rolls the timeline by repositioning the marker to either before or after this object. This method will fail if this is a timelineGroup object and the group is expanded.

Syntax

"timelineObject_var" is a variable referencing a TimelineObject object.
returnValue = timelineObject_var.rollTo(rollBefore)
"timelineObject_var" is a variable referencing a TimelineObject object.

#include <Fusion/Fusion/TimelineObject.h>

returnValue = timelineObject_var->rollTo(rollBefore);

Return Value

Type Description
boolean Returns true if the move was successful

Parameters

Name Type Description
rollBefore boolean Set rollBefore to true to reposition the marker before this object or to false to reposition the marker after this object

Samples

Name Description
Extrude Feature API Sample Demonstrates creating a new extrude feature.
Fillet Feature Edit API Sample

Demonstrates editing a fillet feature.
To successfully run this sample you can use this Ruled Surface Feature API Sample
Demonstrates creating a new ruled surface feature.

Version

Introduced in version August 2014