|
ENTITY hatch_line_element SUBTYPE OF (geometric_representation_item, representation_item_relationship); SELF\representation_item_relationship.relating_representation_item : line; SELF\representation_item_relationship.related_representation_item : measure_representation_item; END_ENTITY; -- hatch_line_element |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; representation_item_relationship name: label; (OPT) description: text; relating_representation_item: representation_item; related_representation_item: representation_item; hatch_line_element (RT) relating_representation_item: line; (RT) related_representation_item: measure_representation_item; |
Global rules for this entity data type- |