Share

ExtendFeatureInput.distance Property

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

Description

Gets and sets the ValueInput object that defines the extend distance

Syntax

"extendFeatureInput_var" is a variable referencing an ExtendFeatureInput object.

# Get the value of the property.
propertyValue = extendFeatureInput_var.distance

# Set the value of the property.
extendFeatureInput_var.distance = propertyValue

Property Value

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

Version

Introduced in version June 2015

Was this information helpful?