|
ENTITY Template_material_cross_section_boundary SUBTYPE OF (Non_feature_shape_element); associated_definition : Printed_part_template_material; UNIQUE UR1 : associated_definition, element_name; WHERE WR1: SELF\Shape_element.element_name IN ['top', 'bottom', 'left', 'right']; END_ENTITY; -- Template_material_cross_section_boundary |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Non_feature_shape_element (RT) element_name: STRING; (RT) containing_shape->scope: ee_product_definition_with_annotation_elements; (INV) element_shape: SET [0:?] OF Non_feature_shape_model FOR associated_element; (INV) associated_usage_concept: SET [0:?] OF Usage_concept_usage_relationship FOR associated_usage; Template_material_cross_section_boundary associated_definition: Printed_part_template_material; |
Global rules for this entity data type- |