Draw Line#

Draw a line between two points

Installation#

To use this Node, you must enable omni.graph.visualization.nodes in the Extension Manager.

Inputs#

Name

Type

Description

Default

In (execIn)

execution

Execution input

Start (start)

float[3]

Line start point

[0.0, 0.0, 0.0]

End (end)

float[3]

Line end point

[0.0, 0.0, 1.0]

Color (color)

colorf[4]

Line color

[1.0, 1.0, 1.0, 1.0]

Thickness (thickness)

float

Line thickness

1.0

Outputs#

Name

Type

Description

Default

Out (execOut)

execution

Execution output