This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com

c4d.UVWTag – an UVW Tag class

class c4d.UVWTag

SuperClass

VariableTag

Methods

static UVWTag.__init__(count)
Parameter:count (int) – The count of elements
Return type:UVWTag or None
Returns:A new UVW tag.
UVWTag.Get(i)

Get the UVW coordinates for a polygon.

Parameter:i (int) – The index of the polygon to get the coordinates for.
Return type:c4d.Vector
Returns:The UVW coordinates.
UVWTag.Set(i, data)

Set the UVW coordinates of a polygon.

Parameters:
  • i (int) – The index of the polygon to set the coordinates for.
  • data (c4d.Vector) – The UVW coordinates for each point of the polygon.

Table Of Contents

This Page