Share

JointOriginInput.isFlipped Property

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

Description

Gets and sets if the joint origin direction is flipped or not.

Syntax

"jointOriginInput_var" is a variable referencing a JointOriginInput object.

# Get the value of the property.
propertyValue = jointOriginInput_var.isFlipped

# Set the value of the property.
jointOriginInput_var.isFlipped = propertyValue

Property Value

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

Version

Introduced in version September 2015

Was this information helpful?