Point (or point name) traces of which will generate the point locus
Linked point (or point name) positions of which will generate the point locus
Optionalclosed?: booleantrue to set the point locus closed
Optionalcolor?: stringColor, black by default
Optionalhidden?: booleantrue to get the point locus masked
OptionallineStyle?: stringLine style (line|-|dot|.|dashdash|--|dashdotdot|-..|dashdotdotdot|-...|dashdashdash|---)
Optionalopacity?: numberopacity (0 to 1), 1 by default
Optionalthickness?: numberThickness of the stroke
number of the positions of point a generating the point locus
the created object locus if isPromiseMode is false else promise that will be resolved when the duplicated object is displayed
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)andaddPointLocus(a, b, x, color, lineStyle, thickness)are allowed too