...
Retrieves an array of Boolean values from a object's attributes.
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
|
...
Return value
boolean array
Examples
Code Block | ||
---|---|---|
| ||
// Get the DOFs of the "thorax" bone. |
...
boolean $dofs[]; |
...
$dofs = `getBooleanArrayProperty "thorax" "DOF"`; |
...
print $dofs; |
Additional information
Related commands
...