Create a polygon
ID
tool-primitive-curves-polygon
Name
Polygon
Group
Primitive Curves
Package
Tool
Keywords
Render
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
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
origin | Point | Polygon base center | [0,0,0] |
radius | Number | Radius of polygon (distance from center to tip) | 10 |
countOfSides | Number | Number of sides | 6 |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Return N sides polygon |