open
selection
A general selection volume.
Details
Defines a general selection volume that can be constructed from other special selection volumes as selectbox or selectsphere via solid boolean operations.
Example
selection s = selectbox( 0, 1, 0, 1, 0, 2 ) + selectsphere( 0.5, <[0.5, 0.5, 2]> )
Casts To
Optional Open Parameter Attributes
- bool readonly
-
Tells the user interface or frontend to disable the setting of the open parameter.
- string style
-
Specifies some limited styling instructions for the user interface or frontend.
Parameters
- radius
-
The radius of the selectsphere.
- position
-
The center position of the selectsphere.