Polygon Object
This creates an empty polygon object. Initially, all you will see in the view is its origin and axes.
You can later fill this object with points and polygons.
The polygon object can also be used as an alternative to the null object for grouping objects together.
Polygon fundamentals
A polygon is a triangle or a quadrangle. A triangle has the points A, B and C; a quadrangle has the points A, B, C and D.
Perfect polygons, like the one in Figure 1, are not that common, since the points may lie anywhere in 3D space. This is not a problem if the points are planar — i.e., if they all lie on the same plane, as in Figure 2.
If the quadrangle's points are not on the same plane, the quadrangle is said to be non-planar. In Figure 3, point B has been moved into the depth plane. Now, Cinema 4D must render this polygon as two triangles. This happens internally and usually has no negative effects. However, non-planar polygons can occasionally lead to unexpected effects and are generally best avoided.
For planar quadrangles, if the interior angle at points B or D is greater than 180°, problems can occur when rendering — this is because the polygon overlaps itself, as in Figure 4.
Another problem arises if all of the polygon's points are on the same line. In this case, a surface normal cannot exist and the polygon is called a degenerated polygon, illustrated in Figure 5.
Polygon coordinate system
Polygons in Cinema 4D have their own coordinate system, as illustrated in Figure 6. You cannot see this system in the Viewports, but it is important to be aware of it when using modeling tools such as Matrix Extrude.
The origin of the polygon coordinate system is located at the center of the polygons. The X axis is along the line between A and B. The Z axis is the normal. The Y axis is perpendicular to the XZ plane.
N-gons
An n-gon (pronounced en-gon) is simply a polygon that has more than four corner points. n-gons can help to simplify the polygon modeling process.
N-gons are one of the most powerful features in the 3D modeler's toolbox. However, a perfect mesh should ideally be made up of triangles and quadrangles only, especially if the mesh is to be deformed or animated. Internally, n-gons will be triangulated automatically when you render, animate and so on. Because automatic triangulation is unlikely to produce the triangles in the best places, it's up to you to ensure that the mesh is correctly structured.
Only you can ensure that the points and polygons of, say, a character's elbow are in exactly the right places to allow the arm to bend cleanly.
Making parametric objects editable
Cinema 4D works mainly with parametric objects – objects that can be defined mathematically. Such objects include the primitives, spline primitives and Generators. These objects have neither polygons nor points. Instead, the surface is defined mathematically and is only converted to polygons when rendered.
To make parametric objects editable, i.e., to convert them into polygons or points, choose Mesh/Conversion/ Make Editable.
Make Editable
Polygon Object
Spline Object
Quadrangles for modeling
You are free to use triangles, but be particularly careful when using them with Subdivision Surfaces — triangles can cause irregularities. Only quadrangles generate a totally clean Subdivision Surfaces .