new Vertex(
point):Vertex
Point assign to the vertex.
Vertex
readonlypoint:Point
Point assign to the vertex.
triangulation:
VertexTriangulation|null=null
Polygonal representation of vertex.
get id():
bigint
Returns object id.
bigint
get name():
string|null
Returns name of the Shape. null if the element has no name (by default).
string | null
set name(
name):void
Sets name of the Shape.
Name of the Shape.
string | null
void
get type():
ShapeType
Type of the topological object.