sesaparcours
    Preparing search index...
    • Adds the circle of center o and going through a syntaxes addCircleOA(o, a), addCircleOA(o, a, color), addCircleOA(o, a, color, lineStyle) and addCircleOA(o, a, 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;
        }
        • a: string | CPt

          Point or point name of the point the circle is going through

        • Optionalcolor?: string

          Color, black by default

        • Optionalhidden?: boolean

          true to get the created circle masked

        • OptionallineStyle?: string

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

        • o: string | CPt

          Point or point name of the center

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • Optionaltag?: string

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

        • Optionalthickness?: number

          Stroke thickness

      Returns Promise<undefined> | CCercleOA

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