...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Return value
vector
Examples
...
...
// Get the local and world space position
...
// of the rhumerus bone.
...
vector $localPos;
...
vector $wsPos;
...
// First the local
...
$localPos = `getPosition "rhumerus"`;
...
// And then the world space
...
$wsPos = `getPosition "rhumerus" -ws`;
...
print $localPos;
...
print $wsPos;
Additional information
Related commands
...