: Point3, read-only
Returns center of
bounding box of all objects in set.
<objectset>.max :
Point3, read-only
Returns maximum
corner of bounding box.
<objectset>.min :
Point3, read-only
Returns minimum
corner of bounding box.
<objectset>.count
: Integer, read-only
Returns number of
objects in set.
Operators
<objectset>[<integer>]
Accesses member of collection. Indexes start at
1.
<objectset> as array
Converts objectset collection to an
array.
Associated
Methods
Clears current
scene node selection.
Deselects given
node(s).
EXAMPLE: |
deselect
|
Deselects any
current selection first, then selects the specified nodes.
Adds the
specified node(s) to the current selection.
Returns the
current selection as an array. This is similar to selection as array, however selection as array returns a copy of the
selection.