Share

TriadCommandInput.isFlippedVertical Property

Parent Object: TriadCommandInput
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/TriadCommandInput.h>

Description

Gets and sets if the triad is flipped vertically (around the around the X-Z plane of the triad).

Syntax

"triadCommandInput_var" is a variable referencing a TriadCommandInput object.

# Get the value of the property.
propertyValue = triadCommandInput_var.isFlippedVertical

# Set the value of the property.
triadCommandInput_var.isFlippedVertical = propertyValue

Property Value

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

Version

Introduced in version May 2022

Was this information helpful?