Version 0.60.0
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

string
solid

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.

int expose_opar

Controls the visibility state of the open parameter. Possible values are -1 (do not expose), 0 (expose when requested) and +1 (expose).

Parameters

radius

The radius of the selectsphere.

position

The center position of the selectsphere.

See also

🗙

Search results for