Tool
Boolean Operation
Panels
Image
Transform
Primitive Curves
Toolset
Intersection
Analysis
Array
3D Object
Surface
Vector
Triangulation
Solid
Curve Analysis
Text
Render
Polygon
Create a polygon
Details
ID
tool-primitive-curves-polygon
Name
Polygon
Group
Primitive Curves
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Origin | Point | Polygon base center | [0,0,0] |
| Radius | Number | Radius of polygon (distance from center to tip) | 10 |
| Count | Number | Number of sides | 6 |
Output ports
| Name | Type | Description |
|---|---|---|
| Curve | Curve | Return N sides polygon |
After creating the node, connect the center point of the polygon to the first port, the radius of the polygon to the second port, and the number of sides of the polygon to the third port. On the output port, you will receive the resulting polygon.
Circle
Rectangle
Ellipse