c4d.SelectionTag

Definition

class c4d.SelectionTag

Inheritance

Members

SelectionTag.__init__(type)
Parameters: 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.GetBaseSelect()

Gets the selection.

Return type: BaseSelect
Returns: The selection instance.

Table Of Contents