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