CoilFeatureInput.setToSpiral Method
Parent Object:
CoilFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/CoilFeatureInput.h>
Description
Sets the coil type to SpiralCoilType.
Syntax
"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.returnValue = coilFeatureInput_var.setToSpiral(revolutions, pitch)
|
"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.
#include <Fusion/Features/CoilFeatureInput.h>
returnValue = coilFeatureInput_var->setToSpiral(revolutions, pitch);
|
Return Value
boolean |
Returns true if successful. |
Parameters
revolutions |
ValueInput |
A ValueInput object that defines the number of revolutions. |
pitch |
ValueInput |
A ValueInput object that defines the pitch. |
Version
Introduced in version March 2016