|
ENTITY edge_curve SUBTYPE OF (edge, geometric_representation_item); edge_geometry : curve; same_sense : BOOLEAN; END_ENTITY; -- edge_curve |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - edge edge_start: vertex; edge_end: vertex; geometric_representation_item (DER) dim: dimension_count; edge_curve edge_geometry: curve; same_sense: BOOLEAN; |
Global rules for this entity data type- |