Collections > Collection Types > ObjectSet Values max 删除清除选择的路径

objectset>.center
: 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


clearSelection()


Clears current
scene node selection.


 


deselect <PathName>


Deselects given
node(s).








EXAMPLE:


 


deselect
$box*
--deselects all items whose names start with
"box".


 


 


select <PathName>


Deselects any
current selection first, then selects the
specified nodes.


 


selectMore <PathName>


Adds the
specified node(s) to the current selection.


 


getCurrentSelection()


Returns the
current selection as an array. This is similar to
selection as array, however selection as array returns a copy of the
selection.

原文地址:https://www.cnblogs.com/gaitian00/p/2016936.html