Each option can either be singular and applied to all axes, or in a 3 element
tuple where the first, second and third elements apply to the x, y, and z
axes respectively.
To not create an axis, use a width of exactly 0.
widthnumber | [number, number, number] — width of axis
lengthnumber | [number, number, number] — length of axis
startnumber | [number, number, number] — start value of axis
(0)
sidesnumber | [number, number, number] — number of sides in
cross section of axis (10)
linesboolean | [boolean, boolean, boolean] — true if to draw as
lines instead of a solid (false)
CollectionsAxis3 options object that extends OBJ_Collection options object (without
parent).Each option can either be singular and applied to all axes, or in a 3 element tuple where the first, second and third elements apply to the x, y, and z axes respectively.
To not create an axis, use a width of exactly 0.
widthnumber|[number, number, number]— width of axislengthnumber|[number, number, number]— length of axisstartnumber|[number, number, number]— start value of axis (0)sidesnumber|[number, number, number]— number of sides in cross section of axis (10)linesboolean|[boolean, boolean, boolean]—trueif to draw as lines instead of a solid (false)arrowboolean| OBJ_Line3Arrow |[boolean | OBJ_Line3Arrow, boolean | OBJ_Line3Arrow, boolean | OBJ_Line3Arrow]— arrow options for axescolorTypeColor |[TypeColor, TypeColor, TypeColor] & TypeColor— axes color - default is x: red, y: green, z: blue.