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.VariableTag – a Variable Tag class

class c4d.VariableTag

SuperClass

BaseTag

SubClass

UVWTag

Methods

static VariableTag.__init__(type, count)
Parameters:
  • type – The id of the object, e.g: (Tvariable). See also: Types.
  • type (int) – Count of elements in the tag.
Return type:

VariableTag

Returns:

A new variable tag.

VariableTag.GetData()

Returns the data which are internally stored in the tag.

Return type:any
Returns:Depends on the tag type.
VariableTag.GetDataCount()

Get the number of data elements in the tag.

Return type:int
Returns:The count

Table Of Contents

This Page