c4d.SegmentTag

class c4d.SegmentTag

Tag which handles segment buffers.

The instance object class of type Tsegment.

It consist to a list of dict{cnt: int, closed: bool}

Methods Signatures

SegmentTag.__init__(self, count)

type count

int

Inheritance

Parent Class:

Methods Documentation

SegmentTag.__init__(self, count)
Parameters

count (int) – The number of elements in the tag.