CoilFeatureInput.setToHeightAndPitchCoil Method

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

Description

Sets the coil type to HeightAndPitchCoilType.

Syntax

"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.
returnValue = coilFeatureInput_var.setToHeightAndPitchCoil(height, pitch, angle)
"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.

#include <Fusion/Features/CoilFeatureInput.h>

returnValue = coilFeatureInput_var->setToHeightAndPitchCoil(height, pitch, angle);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
height ValueInput A ValueInput object that defines the height.
pitch ValueInput A ValueInput object that defines the pitch.
angle ValueInput A ValueInput object that defines angle.

Version

Introduced in version March 2016