sesaparcours
    Preparing search index...
    • Adds the minor circle arc of center o, starting from a and angle x syntaxes addArcOAx(o, a, x), addArcOAx(o, a, x, color), addArcOAx(o, a, x, color, ineStyle) and addArcOAx(o, a, x, color, lineStyle, thickness) are allowed too

      Parameters

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

          Point or point name of the starting point of the arc

        • Optionalcolor?: string

          Color, black by default

        • Optionalhidden?: boolean

          true to get the created arc masked

        • OptionallineStyle?: string

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

        • o: string | CPt

          Point or point name of the center point of the arc

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • Optionaltag?: string

          Tag to be applied on the created arc (if present)

        • Optionalthickness?: number

          Stroke thickness

        • x: string | number | CValDyn

          Angle of the arc in the unity angle of the figure (number or valid formula)

      Returns Promise<undefined> | CArcDeCercle

      The created arc if isPromiseMode is false or promise that will be resolved when the arc is displayed