CoilFeatureInput.pitch Property

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

Description

Gets the pitch. Returns null in the case where the coilType property returns RevolutionsAndHeightCoilType or SpiralCoilType.

Syntax

"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.

# Get the value of the property.
propertyValue = coilFeatureInput_var.pitch
"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.
#include <Fusion/Features/CoilFeatureInput.h>

// Get the value of the property.
Ptr<ValueInput> propertyValue = coilFeatureInput_var->pitch();

Property Value

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

Version

Introduced in version March 2016