...
Returns true if the given set exists, false if it does not.
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
// See if the selection set setLeftFoot exists in Shogun Post. |
...
if(`isSelectionSet "setLeftFoot"` == true ) |
...
{ |
...
print "The selection set setLeftFoot is present in Shogun Post"; |
...
} |
Additional information
Related commands
...