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.plugins.BaseDrawHelp – a drawing helper class

Contains useful data for drawing objects into a BaseDraw view.

class c4d.plugins.BaseDrawHelp

Methods

BaseDrawHelp.GetMg()

Returns the global matrix of the object to be drawn. (Similar to BaseObject.GetMg but more efficient since the matrix is cached.)

Return type:Matrix
Returns:The global matrix.
BaseDrawHelp.SetMg(mg)

Sets the matrix returned by GetMg().

:type mg Matrix :param mg: New matrix.

Table Of Contents

This Page