Share

HoleFeatureInput.isDefaultDirection Property

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

Description

Gets or sets if the hole goes in the default direction or is reversed.

Syntax

"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.

# Get the value of the property.
propertyValue = holeFeatureInput_var.isDefaultDirection

# Set the value of the property.
holeFeatureInput_var.isDefaultDirection = propertyValue

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?