Describes drawing elements composed of 2D points.
This geometric element encapsulates the portion of the view's geometry described with 2D points.
new DrawingPointSet():
DrawingPointSet
readonlypoints:Point2d[] =[]
Collection of points.
get id():
bigint
Returns object id.
bigint
get numberOfPoints():
number
Returns the number of points currently composing the element.
Use points.length instead.
number
get uuid():
null| `$string