sesaparcours
    Preparing search index...
    • Adds the line perpendicular to d going through a syntaxes addLinePerp(a, d), addLinePerp(a, d, name), addLinePerp(a, d, name, color), addLinePerp(a, d, name, color, lineStyle) and addLinePerp(a, d, name, color, lineStyle, thickness) are allowed too

      Parameters

      • options: {
            a: string | CPt;
            color?: string;
            d: string;
            fontSize?: number;
            hidden?: boolean;
            hiddenName?: boolean;
            lineStyle?: string;
            name?: string;
            tag?: string;
            thickness?: number;
        }
        • a: string | CPt

          Point or point name the line is going through

        • Optionalcolor?: string

          Color, black by default

        • d: string

          line (or segment or ray) the created line must be perpendicular to

        • 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|---)

        • Optionalname?: string

          Name of the line to be created (if present)

        • Optionaltag?: string

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

        • Optionalthickness?: number

          Stroke thickness

      Returns Promise<undefined> | CDroitePerpendiculaire

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