c4d.PLAData

class c4d.PLAData

PLA data type (CUSTOMDATATYPE_PLA) for PLA tracks.

New in version R14.014.

Methods Signatures

PLAData.__init__(self, v)

type v

c4d.PLAData

PLAData.GetVariableTags(self)

Retrieve the data of a PLA key.

Inheritance

Parent Class:

Methods Documentation

PLAData.__init__(self, v)
Parameters

v (c4d.PLAData) – Copy constructor.

PLAData.GetVariableTags(self)

Retrieve the data of a PLA key.

Return type

Optional[Tuple[c4d.PointTag, c4d.TangentTag]]

Returns

A PointTag containing the points of the PLA key and a TangentTag with the hermite tangents of each point. Returns None in case of an error.

Note

The point tag contains the same number of points as the object, though you should always test for this.

Note

The tangent tag contains the same number of tangents as the object, though you should always test for this.