sesaparcours
    Preparing search index...
    • 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

      Parameters

      • options: {
            a: string | CPt;
            b: string | CPt;
            color?: string;
            hidden?: boolean;
            lineStyle?: string;
            o: string | CPt;
            opacity?: number;
            tag?: string;
            thickness?: number;
        }
        • a: string | CPt

          Name (or tag if name is empty) of the point of coordinates (1; 0) in the system of axis

        • b: string | CPt

          Name (or tag if name is empty) of the point of coordinates (0; 1) in the system of axis

        • Optionalcolor?: string

          Color, black by default

        • Optionalhidden?: boolean

          true to get the system of axis masked

        • OptionallineStyle?: string

          Line style (line|-|dot|.|dashdash|--|dashdotdot|-..|dashdotdotdot|-...|dashdashdash|---)

        • o: string | CPt

          Name (or tag if name is empty) of the point origin of the system of axis

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • Optionaltag?: string

          Tag to be associated to the object created

        • Optionalthickness?: number

          Thickness of the stroke

      Returns Promise<undefined> | CRepere

      the created object if isPromiseMode is false else promise that will be resolved when the duplicated object is displayed