N-Sided Node

N-Sided shapes are round shapes that are made from multiple flat sides. Some examples are triangles, pentagons, hexagons and octogons. If an N-Sided shape has enough sides it effectively becomes a circle.

Parameters

Name Type Group
Address Address Node

Each node in EXO has a unique address to identify it. Even if nodes are named the same, their address will be unique.

Name Type Group
Enabled Boolean Node

Nodes can be enabled and disabled. Disabled nodes do not process any data. If the node is a modifier the input data is typically passed through to the output.

Name Type Group
Center Point N-Sided

The position of the center of the N-Sided shape.

Name Type Group
Radius Decimal N-Sided

The radius from the center point to the outer edge of the N-Sided shape.

Name Type Group
Sides Integer N-Sided

How many sides the N-Sided shape has.

Name Type Group
Subdivisions Integer N-Sided

How many times each line should be subdivided.

Name Type Group
Rotation Decimal N-Sided

Rotates the shape around the center point.


Next: Rectangle Node