TriadCommandInput.setRotateVisibility Method
Parent Object:
TriadCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/TriadCommandInput.h>
Description
A convenience method to turn on and off the visibility of the X, Y, and Z axis rotation controls.
Syntax
"triadCommandInput_var" is a variable referencing a TriadCommandInput object.returnValue = triadCommandInput_var.setRotateVisibility(isVisible)
|
"triadCommandInput_var" is a variable referencing a TriadCommandInput object.
#include <Core/UserInterface/TriadCommandInput.h>
returnValue = triadCommandInput_var->setRotateVisibility(isVisible);
|
Return Value
boolean |
Returns true if it was successful. |
Parameters
isVisible |
boolean |
Defines if the visibility of the controls should be turned on or off. True indicates they will be visible. |
Version
Introduced in version May 2022