FilletFeature.timelineObject Property

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

Description

Returns the timeline object associated with this feature.

Syntax

"filletFeature_var" is a variable referencing a FilletFeature object.

# Get the value of the property.
propertyValue = filletFeature_var.timelineObject
"filletFeature_var" is a variable referencing a FilletFeature object.
#include <Fusion/Features/FilletFeature.h>

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

Property Value

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

Samples

Name Description
Fillet Feature Edit API Sample

Demonstrates editing a fillet feature.
To successfully run this sample you can use this Version Introduced in version November 2014