connected_edge_set
EXPRESS specification:
ENTITY
connected_edge_set
SUBTYPE
OF
(
topological_representation_item
);
ces_edges
:
SET
[1:?]
OF
edge
;
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
edge_based_wireframe_model
Entity
Attribute 'ebwm_boundary'
No Diagram
topological_representation_item
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
connected_edge_set;
ENTITY
representation_item
;
name
:
label
;
ENTITY
topological_representation_item
;
ENTITY
connected_edge_set
;
ces_edges
:
SET
[1:?]
OF
edge
;
END_ENTITY
;