Decal.timelineObject Property
Parent Object:
DecalDefined in namespace "adsk::fusion" and the header file is <Fusion/Image/Decal.h>
Description
Returns the timeline object associated with the creation of this decal.
Syntax
"decal_var" is a variable referencing a Decal object.
# Get the value of the property. propertyValue = decal_var.timelineObject
|
"decal_var" is a variable referencing a Decal object.
#include <Fusion/Image/Decal.h>
// Get the value of the property. Ptr<TimelineObject> propertyValue = decal_var->timelineObject();
|
Property Value
This is a read only property whose value is a
TimelineObject.
Version
Introduced in version September 2024