|
ENTITY edge SUPERTYPE OF (ONEOF (edge_curve, oriented_edge, subedge)) SUBTYPE OF (topological_representation_item); edge_start : vertex; edge_end : vertex; END_ENTITY; -- edge |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - edge edge_start: vertex; edge_end: vertex; |
| edge_curve (topology_schema) |
| kinematic_joint (kinematic_topology_schema) |
| oriented_edge (topology_schema) |
| subedge (topology_schema) |
Global rules for this entity data type- |