Share

BossFeatureInput.isDefaultDirection Property

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

Description

Get or set if the boss feature (or boss connection) goes in the default direction or is reversed.

Syntax

"bossFeatureInput_var" is a variable referencing a BossFeatureInput object.

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

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

Property Value

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

Version

Introduced in version October 2022

Was this information helpful?