笔记1

polyop.getVertSelection $ --- poly 的顶点选择。

--返回一个数组。
polyop.setVertSelection $ #{6..8} ----设置点的选择, 对于poly

polyop.getEdgeSelection  $ --这个就是我要找到的。返回选择的边。

polyop.setEdgeSelection  $ #{15,  19,  157, 161,  285,  289,  412,  416}--
----进行设定,就是我在这里可以做 借一个选择一样。

polyop.getFaceSelection  $ ---对于面的选择,

polyop.setFaceSelection $ #{1..24, 33..41} ----对于面的设定。这个很好。

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