c4d.SelectionTag

class c4d.SelectionTag
Represents the Selection tag.
Holds user defined point, polygon and edge selections.

Methods Signatures

SelectionTag.__init__(self, type)

type type

int

SelectionTag.GetBaseSelect(self)

Gets the selection.

Inheritance

Parent Class:

Methods Documentation

SelectionTag.__init__(self, type)
Parameters

type (int) –

The type of selection tag:

Tpolygonselection

Polygon selection.

Tpointselection

Point selection.

Tedgeselection

Edge selection. The edges are encodes like this: (4*poly)+edge, where edge goes from 0-3.

SelectionTag.GetBaseSelect(self)

Gets the selection.

Return type

c4d.BaseSelect

Returns

The selection instance.