|
ENTITY Interconnect_component_join_terminal SUBTYPE OF (Physical_component_terminal, Shape_feature); SELF\Shape_feature.connection_area : OPTIONAL SET [1:1] OF Connection_zone_in_design_view; SELF\Component_feature.associated_component : Physical_component; WHERE WR1: NOT EXISTS(SELF\Shape_element.description); WR2: NOT EXISTS(SELF\Component_feature.definition) OR NOT( 'FUNCTIONAL_ASSIGNMENT_TO_PART_ARM.PART_TERMINAL' IN TYPEOF(SELF\Component_feature.definition)); END_ENTITY; -- Interconnect_component_join_terminal |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Component_feature (OPT) definition: feature_select; (RT) containing_shape->associated_component: Assembly_component; (RT) element_name: STRING; Component_terminal (OPT) local_swappable: BOOLEAN; (OPT) global_swappable: BOOLEAN; (OPT) swap_code: STRING; Physical_component_feature - Physical_component_terminal (RT) (OPT) description->terminal_type: STRING; Shape_feature (OPT) connection_area: SET [1:?] OF Connection_zone; (RT) element_name: STRING; (DER) surface_conditions: SET [0:?] OF Surface_condition; Interconnect_component_join_terminal (RT) (OPT) connection_area: SET [1:1] OF Connection_zone_in_design_view; (RT) associated_component: Physical_component; |
Global rules for this entity data type- |