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.CPolygon - a polygon class

Structure which represents a polygon.

class c4d.CPolygon
__init__(t_a, t_b, t_c[, t_d])
Parameters:
  • t_a (int) – First point in the polygon.
  • t_b (int) – Second point in the polygon.
  • t_c (int) – Third point in the polygon.
  • t_d (int) – Optional fourth point in the polygon.
Public variable
Parameters:
  • t_a (int) – First point in the polygon.
  • t_b (int) – Second point in the polygon.
  • t_c (int) – Third point in the polygon.
  • t_d (int) – Fourth point in the polygon.

This Page