Ellipse Node

Creates ellipse and circular 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
Center Point Ellipse

The center point or origin of the ellipse.

Name Type Group
Mode Option Ellipse

The center point or origin of the ellipse.

Name Type Group
Radius Decimal Ellipse

The radius of the circle.

Name Type Group
Width Radius Decimal Ellipse

The width radius of the ellipse.

Name Type Group
Height Radius Decimal Ellipse

The height radius of the ellipse.

Name Type Group
Subdivisions Decimal Ellipse

Ellipses have at minimum 4 spans. Each of these spans can be subdivided further to add more points to the shape.

The total span and point count for the shape will be 4 x # of Subdivisions.

Name Type Group
Bias Decimal Ellipse

The bias controls how tightly the ellipse conforms to the radius.


Next: Gear Node