figureone
    Preparing search index...

    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.

    • width number | [number, number, number] — width of axis
    • length number | [number, number, number] — length of axis
    • start number | [number, number, number] — start value of axis (0)
    • sides number | [number, number, number] — number of sides in cross section of axis (10)
    • lines boolean | [boolean, boolean, boolean]true if to draw as lines instead of a solid (false)
    • arrow boolean | OBJ_Line3Arrow | [boolean | OBJ_Line3Arrow, boolean | OBJ_Line3Arrow, boolean | OBJ_Line3Arrow] — arrow options for axes
    • color TypeColor | [TypeColor, TypeColor, TypeColor] & TypeColor — axes color - default is x: red, y: green, z: blue.