TriadCommandInput.lastChangeMade Property
Parent Object: TriadCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/TriadCommandInput.h>
Description
Returns which value was most recently changed. To determine the actual change made you need to compare the transforms returned by the transform and lastTransform properties. Having information about the specific type of change made makes it easier to compare the matrices because you know what to look for.
Syntax
"triadCommandInput_var" is a variable referencing a TriadCommandInput object.
|