zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    poj 1700 Crossing River 过河问题。贪心
    Alice's Print Service
    POI 2000 ------Stripes
    Uva 1378
    hdu 3068 最长回文
    bnu Game 博弈。
    链栈的C语言实现
    链栈的C语言实现
    顺序栈C语言实现
    顺序栈C语言实现
  • 原文地址:https://www.cnblogs.com/gaitian00/p/2016936.html
Copyright © 2011-2022 走看看