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.
|