c4d.PLAData
¶
New in version R14.014.
PLA data type ( CUSTOMDATATYPE_PLA ) for PLA tracks.
c4d.
PLAData
¶
c4d.CustomDataType
PLAData.
__init__
(
[
v
]
)
¶
Parameters: | v ( c4d.PLAData ) – Copy constructor. |
---|---|
Return type: | c4d.PLAData |
Returns: | A new PLA data. |
PLAData.
GetVariableTags
(
)
¶
Retrieve the data of a PLA key.
Return type: |
tuple(
PointTag
,
TangentTag
) or
None
|
---|---|
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.