Parent: object
Inherits from baseobject
Draws connected lines in space. Lines are defined as a list of 3D points where each 3d point is connected to the previous point in the list. It is not possible to draw non connected lines.
linecolor COLOR
Color of the line
nodesaspect string
What is drawn at each point that makes up the line.
It is the enumerated type of:
invisible : nothing drawn at each point
axes : axes drawn at each point
cube : cube drawn at each point
dodecahedron : dodecahedron drawn at each point
linewidth float
How wide is the line
NODES
Unlimited elements of NODE
LINES has a NODES child that has unlimited number of NODE. Each NODE makes up a point in the line.
x y z float
x,y,z coordinates of the point that makes up the line