...
Retrieves a vector value from an object.
Because Shogun Because Shogun Post commands can only have one return type, there must be separate commands for retrieving different types of property data.
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Return value
vector
Examples
Code Block | ||
---|---|---|
| ||
// Get some information about the "thorax" bone. |
...
vector$constTrans; |
...
vector$offsetRot; |
...
//Get the Translation values of the thorax constants. |
...
$constTrans = `getVectorProperty "thorax" "Translation" -c`; |
...
print $constTrans; |
...
// Get the local axis offset. |
...
$offsetRot = `getVectorProperty "thorax" "Local_Axis_Offset"`; |
...
print $offsetRot; |
Additional information
Related commands
...