Line Node

Draws a basic vector line with only two points.

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
Line Type Option Line

The type of line being drawn

Line A straight line.
Curve A bezier curve.
Name Type Group
Point A Point Line

One end point of the line.

Name Type Group
Point B Point Line

The second end point of the line.

Name Type Group
Subdivisions Integer Line

How many times the line should be subdivided.

Name Type Group
Custom Control Points Boolean Line

If this is disabled the control points for the curved line will automatically be places on the line.

If this is enabled you will be able to set custom positions for each of the control points for the curve.

Name Type Group
Control Out Point Line

The position of the control handle coming out of Point A. the position is relative to the layer.

Name Type Group
Control In Point Line

The position of the control handle going into Point B. the position is relative to the layer.


Next: N-Sided Node