sesaparcours
    Preparing search index...
    • Adds the point locus of point a generated by the positions of linked point b syntaxes addPointLocus(a, b, x), addPointLocus(a, b, x, color), addPointLocus(a, b, x, color, lineStyle) and addPointLocus(a, b, x, color, lineStyle, thickness) are allowed too

      Parameters

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

          Point (or point name) traces of which will generate the point locus

        • b: string | CPt

          Linked point (or point name) positions of which will generate the point locus

        • Optionalclosed?: boolean

          true to set the point locus closed

        • Optionalcolor?: string

          Color, black by default

        • Optionalhidden?: boolean

          true to get the point locus masked

        • OptionallineStyle?: string

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

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • Optionalthickness?: number

          Thickness of the stroke

        • x: number

          number of the positions of point a generating the point locus

      Returns Promise<undefined> | CLieuDePoints

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