latest
Primitive Curves
Polygon By Edge

Create a Polygon

ID

662ae7a510b6cb87640c9273

Name

Polygon By Edge

Group

Primitive Curves

Package

Tool

Keywords

polygon
2pnt

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating a Polygon By Edge node.

  • The first way to create a Polygon By Edge node is using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need or words associated with this node.
    • polygon , 2pnt
  • The second way is to select a Polygon By Edge node from the menu that opens from the top left.
    • Menu > Tool > Primitive curves > Polygon By Edge

Steps

  • Create a Polygon By Edge 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.
  • The fourth port gets the number of segments.

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.

See also

Circle
Rectangle
Ellipse

Inputs

NameTypeDescriptionDefault Value
startPoint
Point
Start point of polygon edgeVector([0, 0, 0])
endPoint
Point
End point of polygon edgeVector([10, 0, 0])
planePoint
Point
Point on polygon planeVector([5, 5, 0])
countOfSides
Number
Number of sides6

Outputs

NameTypeDescription
curve
Curve
Return N sides Polygon
origin
Point
Centre of polygon
outRadius
Number
Distance from centre to polygon corner
inRadius
Number
The radius of the circumscribing circle of a resulting polygon