Hide menu
Loading...
Searching...
No Matches
Vertex

Describes topological point.

Extends

Constructors

new Vertex()

new Vertex(point): Vertex

Parameters

point

Point

Point assign to the vertex.

Returns

Vertex

Overrides

Shape.constructor

Properties

point

readonly point: Point

Point assign to the vertex.


triangulation

triangulation: null | VertexTriangulation = null

Polygonal representation of vertex.

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

Shape.id


name

Get Signature

get name(): null | string

Returns name of the Shape. null if the element has no name (by default).

Returns

null | string

Set Signature

set name(name): void

Sets name of the Shape.

Parameters

name

Name of the Shape.

null | string

Returns

void

Inherited from

Shape.name


type

Get Signature

get type(): ShapeType

Type of the topological object.

Returns

ShapeType

Inherited from

Shape.type