This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com

c4d.SelectionTag – a Selection Tag class

class c4d.SelectionTag

SuperClass

BaseTag

Methods

static SelectionTag.__init__(type)
Parameter:type (int) –

The tag type. One of the following:

Tpolygonselection Polygon selection tag.
Tpointselection Point selection tag.
Tedgeselection Edge selection tag.
Return type:SelectionTag or None
Returns:A new selection tag.
SelectionTag.GetSelection()

Gets the selection.

Return type:BaseSelect
Returns:The selection. Is locked when host object is dead.

Table Of Contents

This Page