latest
Primitive Curves
Polygon

Create a polygon

ID

662ae7a510b6cb87640c9272

Name

Polygon

Group

Primitive Curves

Package

Tool

Keywords

polygon

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 node.

  • The first way to create a Polygon 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
  • The second way is to select a Polygon node from the menu that opens from the top left.
    • Menu > Tool > Primitive curves > Polygon

Steps

  • Create a Polygon node.
  • Connect the center point of the polygon to the first port.
  • The second port gets the radius of the polygon.
  • The third port gets the number of sides of the 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.

See also

Circle
Rectangle
Ellipse

Inputs

NameTypeDescriptionDefault Value
origin
Point
Polygon base centerVector([0, 0, 0])
radius
Number
Radius of polygon (distance from center to tip)10
countOfSides
Number
Number of sides6

Outputs

NameTypeDescription
curve
Curve
Return N sides polygon