Versions Compared

Key

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

...

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
style
sortDirectionASC
repeatTableHeadersdefault
widths10%, 15%, 14%, 13%, 48%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Return value

vector

Examples

Code Block
languagetext
// 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

...