ExtendFeature.extendType Property

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

Description

Gets and sets surface extend type to use.

To set this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)

Syntax

"extendFeature_var" is a variable referencing an ExtendFeature object.

# Get the value of the property.
propertyValue = extendFeature_var.extendType

# Set the value of the property.
extendFeature_var.extendType = propertyValue
"extendFeature_var" is a variable referencing an ExtendFeature object.
#include <Fusion/Features/ExtendFeature.h>

// Get the value of the property.
SurfaceExtendTypes propertyValue = extendFeature_var->extendType();

// Set the value of the property, where value_var is a SurfaceExtendTypes.
bool returnValue = extendFeature_var->extendType(value_var);

Property Value

This is a read/write property whose value is a SurfaceExtendTypes.

Version

Introduced in version June 2015