Hide menu
Loading...
Searching...
No Matches
DrawingPointSet

Describes drawing elements composed of 2D points.

This geometric element encapsulates the portion of the view's geometry described with 2D points.

Extends

Constructors

new DrawingPointSet()

new DrawingPointSet(): DrawingPointSet

Returns

DrawingPointSet

Inherited from

DrawingGeometry.constructor

Properties

points

readonly points: Point2d[] = []

Collection of points.

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

DrawingGeometry.id


numberOfPoints

Get Signature

get numberOfPoints(): number

Returns the number of points currently composing the element.

Deprecated

Use points.length instead.

Returns

number


uuid

Get Signature

get uuid(): null | `$string