The CalcParamSchema enumeration contains selection type options according to which value, sent to calculation algorithm parameter, is created.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | selected. Selected elements. |
| 1 | first. First selected element. |
| 2 | last. Last selected element. |
| 3 | children. Selected elements + direct child elements. |
| 4 | childrenAll. All child elements recursively. |
| 5 | onlyChildren. Only direct child elements without selected parent elements. |
| 6 | onlyChildrenAll. All child elements recursively without selected parent elements. |
See also: