|
ENTITY Connection_zone_in_part_feature_template_definition SUBTYPE OF (Connection_zone); DERIVE associated_definition : Part_feature_template_definition := containing_shape.described_element; WHERE WR1: NOT EXISTS(SELF\Shape_element.element_name); END_ENTITY; -- Connection_zone_in_part_feature_template_definition |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Shape_feature_occurrence - Connection_zone (DER) surface_conditions: SET [0:?] OF Surface_condition; Connection_zone_in_part_feature_template_definition (DER) associated_definition: Part_feature_template_definition; |
Global rules for this entity data type- |