Tool
Surface
Intersection
Transform
Image
Vector
Toolset
Triangulation
Solid
Analysis
Panels
Curve Analysis
Render
3D Object
Primitive Curves
Boolean Operation
Text
Array
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