TriadCommandInput.isOriginTranslationVisible Property

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

Description

Gets and sets if the control that supports translation in the X, Y, and Z directions is visible in both the graphical manipulator and in the dialog. In the manipulator, this is the large dot at the origin or the triad.

Syntax

"triadCommandInput_var" is a variable referencing a TriadCommandInput object.

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

# Set the value of the property.
triadCommandInput_var.isOriginTranslationVisible = propertyValue
"triadCommandInput_var" is a variable referencing a TriadCommandInput object.
#include <Core/UserInterface/TriadCommandInput.h>

// Get the value of the property.
boolean propertyValue = triadCommandInput_var->isOriginTranslationVisible();

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

Property Value

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

Version

Introduced in version May 2022