Editable Poly Get/Set Selection Methods

polyop.getVertSelection <Poly poly>

Returns the current vertex selection as a bitarray.

polyop.setVertSelection <Poly poly> <vertlist>

Sets the current vertex selection based on <vertlist>.

polyop.getEdgeSelection <Poly poly>

Returns the current edge selection as a bitarray.

polyop.setEdgeSelection <Poly poly> <edgelist>

Sets the current edge selection based on <vertlist>.

polyop.getFaceSelection <Poly poly>

Returns the current face selection as a bitarray.

polyop.setFaceSelection <Poly poly> <facelist>

Sets the current face selection based on <facelist>.