...
Return value
boolean
Examples
Code Block | ||
---|---|---|
| ||
//Get and print the current state of the Solvers After Clip/Blends |
...
boolean $n = `getSolversFirst`; |
...
print $n; |
Additional information
Related commands
...
...
boolean
Code Block | ||
---|---|---|
| ||
//Get and print the current state of the Solvers After Clip/Blends |
...
boolean $n = `getSolversFirst`; |
...
print $n; |
...