Name (or tag if name is empty) of the point of coordinates (1; 0) in the system of axis
Name (or tag if name is empty) of the point of coordinates (0; 1) in the system of axis
Optionalcolor?: stringColor, black by default
Optionalhidden?: booleantrue to get the system of axis masked
OptionallineStyle?: stringLine style (line|-|dot|.|dashdash|--|dashdotdot|-..|dashdotdotdot|-...|dashdashdash|---)
Name (or tag if name is empty) of the point origin of the system of axis
Optionalopacity?: numberopacity (0 to 1), 1 by default
Optionaltag?: stringTag to be associated to the object created
Optionalthickness?: numberThickness of the stroke
the created object if isPromiseMode is false else promise that will be resolved when the duplicated object is displayed
Adds a system of axis defined by points o, a and b (the origin will be o) syntaxes
addSystemOfAxis(o, a, b),addSystemOfAxis(o, a, b, color),addSystemOfAxis(o, a, b, color, lineStyle),addSystemOfAxis(o, a, b, color, lineStyle, verticalGrid),addSystemOfAxis(o, a, b, color, lineStyle, verticalGrid, horizontalGrid),addSystemOfAxis(o, a, b, , color, lineStyle, verticalGrid, handizontalGrid, hidden), are allowed too