Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths20%, 10%, 13%, 57%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths10%, 15%, 14%, 13%, 48%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

float

Scroll pagebreak

Examples

Code Block
languagetext
float $loc = `getProperty RBWT "TranslationX"`;

...


print $loc; 

...

// Identifies the X position of the marker object RBWT and

...


// saves the XYZ values to a float variable called "$loc".

...


float $wt = `getProperty RUPA "Weight"`;

...


print $wt; 

...


// Returns the weight of the RUPA to a floating 

...


// point variable $wt.

Additional information

Related commands

...