OptionalabsCoord?: booleanset to true if x,y should be considered absolute in the svg (in that case rep is ignored), useless if there is no frame (in that case x,y will be considered absolute regardless of this property)
Optionalcolor?: stringColor, black by default
OptionalfontSize?: numberFont size of the name
Optionalhidden?: booleantrue to get the created point masked
OptionalhiddenName?: booleantrue to get the created point name masked
Optionalname?: stringName of the point to be created
OptionaloffsetX?: numberx-shift of the name
OptionaloffsetY?: numbery-shift of the name
Optionalopacity?: numberopacity (0 to 1), 1 by default
OptionalpointStyle?: stringPoint style (o|O|OO|x|X|+|<>|[]|.) or (littleround|round|biground|mult|bigmult|cross|diamond|square|pixel|)
Optionalrep?: stringtag of the frame (system of coordinates), mandatory only if the figure contains several frames
Optionaltag?: stringTag to be applied on the point (if present)
affix of the point : number or valid formula or complex calculation
The created point if mtgOptions.isPromiseMode is false else promise that will be resolved when the point is displayed
Adds a point defined by its complex affix in a frame rep (system of axis). syntaxes
addPointZ(z),addPointZ(z, name),addPointZ(z, name, color)andaddPointZ(z, name, coland, pointStyle)are allowed too