sesaparcours
    Preparing search index...
    • Adds an angle mark syntaxes addAngleMark(o, a, b, r), addAngleMark(o, a, b, r, color), addAngleMark(o, a, b, r, color, angleMarkStyle) and addAngleMark(o, a, b, r, color, angleMarkStyle, thickness) are allowed too

      Parameters

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

          a point of arc oab (name or tag if name is empty)

        • OptionalangleMarkStyle?: string

          Angle mark style (simple|simple-|simple--|simple---|simplex|full|full-|full--|full---|fullx)

        • b: string | CPt

          b point of arc oab (name or tag if name is empty)

        • Optionalcolor?: string

          Color, black by default

        • Optionalhidden?: boolean

          true to get the angle mark masked

        • OptionallineStyle?: string

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

        • o: string | CPt

          o point of arc oab (name or tag if name is empty)

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • r: number

          arc radius in pixels

        • Optionaltag?: string

          Tag to be applied on the angle mark (if present)

        • Optionalthickness?: number

          Thickness of the stroke

      Returns Promise<undefined>