sesaparcours
    Preparing search index...
    • adds the image of circle (or circle arc) c by transformation transf syntaxes addCircleIm(c, transf), addCircleIm(c, transf, name), addCircleIm(c, transf, name, color), addCircleIm(c, transf, name, color, lineStyle) and addCircleIm(c, transf, name, color, lineStyle, thickness) are allowed too

      Parameters

      • options: {
            c: CCercle;
            color?: string;
            fontSize?: number;
            hidden?: boolean;
            hiddenName?: boolean;
            lineStyle?: string;
            opacity?: number;
            tag?: string;
            thickness?: number;
            transf: CTransformation;
        }
        • c: CCercle

          the circle (or circle arc) that is to be transformed

        • Optionalcolor?: string

          Color, black by default

        • OptionalfontSize?: number

          Font size of the name

        • Optionalhidden?: boolean

          true to get the created line masked

        • OptionalhiddenName?: boolean

          true to get the created line name masked

        • OptionallineStyle?: string

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

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • Optionaltag?: string

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

        • Optionalthickness?: number

          Stroke thickness

        • transf: CTransformation

          the transformation to aplly on line d

      Returns Promise<undefined> | CDroiteAB

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