Feature.timelineObject Property
Parent Object:
FeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/Feature.h>
Description
Returns the timeline object associated with this feature.
Syntax
"feature_var" is a variable referencing a Feature object.
# Get the value of the property. propertyValue = feature_var.timelineObject
|
"feature_var" is a variable referencing a Feature object.
#include <Fusion/Features/Feature.h>
// Get the value of the property. Ptr<TimelineObject> propertyValue = feature_var->timelineObject();
|
Property Value
This is a read only property whose value is a
TimelineObject.
Version
Introduced in version August 2014