Navigation

vertex_point

EXPRESS specification:

ENTITY vertex_point
SUBTYPE OF ( vertex, geometric_representation_item);
vertex_geometry  :  point;
END_ENTITY;

References (2):

Name Type Referred through Express-G
geometric_representation_item Entity
Subtype
No Diagram
vertex Entity
Subtype
No Diagram

Inheritance graph

ENTITY vertex_point;
ENTITY representation_item;
name  :  label;
ENTITY topological_representation_item;
ENTITY vertex;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY vertex_point;
vertex_geometry  :  point;
END_ENTITY;