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