Tool
Surface
Vector
Transform
Primitive Curves
Curve Analysis
Toolset
Triangulation
Boolean Operation
Panels
Solid
Intersection
Text
Image
Analysis
Array
Render
3D Object
Polygon By Edge
Create a Polygon
Details
ID
tool-primitive-curves-polygon-by-edge
Name
Polygon By Edge
Group
Primitive Curves
Package
Tool
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Point 1 | Point | Start point of polygon edge | [0,0,0] |
Point 2 | Point | End point of polygon edge | [10,0,0] |
Point 3 | Point | Point on polygon plane | [5,5,0] |
Count | Number | Number of sides | 6 |
Output ports
Name | Type | Description |
---|---|---|
Curve | Curve | Return N sides Polygon |
Origin | Point | Centre of polygon |
Out Radius | Number | Distance from centre to polygon corner |
In Radius | Number | The radius of the circumscribing circle of a resulting polygon |
After creating the node, connect the start point of the polygon edge to the first port, the second port gets the endpoint of the polygon edge, the third port gets the point on the polygon plane, and the number of sides of the polygon to the fourth port. On the output ports, you will receive the resulting polygon by side endpoints, polygon plane, and a number of segments. The center of the polygon, and distances from the center to the polygon corner and side.
Circle
Rectangle
Ellipse