Share

CoilFeatureInput.coilSectionPosition Property

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

Description

Gets the section position of the coil. It defaults to InsideCoilSectionPosition.

Syntax

"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.

# Get the value of the property.
propertyValue = coilFeatureInput_var.coilSectionPosition

# Set the value of the property.
coilFeatureInput_var.coilSectionPosition = propertyValue

Property Value

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

Version

Introduced in version March 2016

Was this information helpful?