|
ENTITY Part_feature_template_definition SUBTYPE OF (Feature_definition_with_connection_area); id : STRING; DERIVE surface_conditions : SET [0:?] OF Surface_condition := bag_to_set(USEDIN(SELF\Shape_feature_definition.of_shape,'SURFACE_CONDITIONS_ARM.SURFACE_CONDITION_ASSOCIATION.DESCRIBED_ELEMENT')); UNIQUE UR1 : id; END_ENTITY; -- Part_feature_template_definition |
Entity data types and their attributesCharacterizable_objectname: STRING; (OPT) description: STRING; Shape_feature_definition (DER) feature_model: SET [1:?] OF Geometric_model; (INV) of_shape: Item_shape FOR described_element; Feature_definition_with_connection_area (OPT) connection_area: SET [1:?] OF Connection_zone; Part_feature_template_definition id: STRING; (DER) surface_conditions: SET [0:?] OF Surface_condition; |
| Bare_die_template_terminal (Bare_die_arm) |
| Package_terminal_template_definition (Package_arm) |
Global rules for this entity data type- |