Arc Node

Creates semi-circular, arc vector shapes.

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
Point A Point Arc

The start position of the arc.

Name Type Group
Point B Point Arc

The end position of the arc.

Name Type Group
Height Decimal Arc

If you were to draw a straight line between Point A and Point B, the height is how high the arc will be above this line.

Name Type Group
Mode Option Arc

The type of line to create.

Curves Curved Lines
Lines Straight Lines
Name Type Group
Subdivisions Decimal Arc

How many times to subdivide the line.


Next: Ellipse Node