CoilFeatureInput.isClockwiseRotation Property

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

Description

Gets and sets whether the rotation is clockwise or counter-clockwise. A value of true indicates clockwise rotation. It defaults to true.

Syntax

"coilFeatureInput_var" is a variable referencing a CoilFeatureInput object.

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

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

// Get the value of the property.
boolean propertyValue = coilFeatureInput_var->isClockwiseRotation();

// Set the value of the property, where value_var is a boolean.
bool returnValue = coilFeatureInput_var->isClockwiseRotation(value_var);

Property Value

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

Version

Introduced in version March 2016