c4d.BaseTag

Inheritance

Members

BaseTag.__init__(type)

Initialize a new BaseTag in memory.

Parameters: type (int) – The tag type : Tag Types.
Return type: BaseTag
Returns: A new tag.
BaseTag.GetObject()

Returns the object where the object is attached.

Return type: BaseObject
Returns: The object or None if its not attached.
BaseTag.GetOrigin()

Returns where the tag was cloned from. For example, if the tag is on a cache object, it tells you what the original tag was from the original document.

Return type: BaseTag
Returns: The origin tag or None.

Table Of Contents