Point or point name the line is going through
Optionalcolor?: stringColor, black by default
line (or segment or ray) the created line must be perpendicular to
OptionalfontSize?: numberFont size of the name
Optionalhidden?: booleantrue to get the created line masked
OptionalhiddenName?: booleantrue to get the created line name masked
OptionallineStyle?: stringLine style (line|-|dot|.|dashdash|--|dashdotdot|-..|dashdotdotdot|-...|dashdashdash|---)
Optionalname?: stringName of the line to be created (if present)
Optionaltag?: stringTag to be applied on the created line (if present)
Optionalthickness?: numberStroke thickness
The created line if isPromiseMode is false or promise that will be resolved when the line is displayed
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)andaddLinePerp(a, d, name, color, lineStyle, thickness)are allowed too