Versions Compared

Key

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

...

Returns true if the given set exists, false if it does not.

Scroll pagebreak

Examples

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

...