...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
float
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
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
...