VectorizerRegularPolygon allows you to draw n-gons. That is, any polygon from 3 sides onwards.

Stroke Thickness

It defines, in world units, the width to use to draw the outline of the figure. If it is equal to zero, the Stroke part of the mesh will not be drawn.

Has Fill

If set to True, the Fill part of the figure will be generated (marked by VectorizerInstructions of type Fill). Otherwise, it will be ignored even if a material is assigned.

Sides

Indicates the number of sides to use to render the polygon. The higher the number, the more it will approximate a circle. If your intention is to create a circle, do use VectorizerEllipse instead. That way, you can control the figure by expressing the length of the semimajor axis.

Side Length

The length of each side of the polygon, in world units.

The higher the number, the more it will approximate a circle. If your intention is to create a circle, do use VectorizerEllipse instead. That way, you can control the figure by expressing the length of the semimajor axis.

Various polygons created in Vectorizer, from n=3 to n=8.