|
ENTITY Connection_zone_based_assembly_joint SUBTYPE OF (Assembly_joint); zone_1 : Connection_zone_in_design_view; zone_2 : Connection_zone_in_design_view; WHERE WR1: zone_1 :<>: zone_2; END_ENTITY; -- Connection_zone_based_assembly_joint |
Entity data types and their attributesShape_element_relationship(OPT) relation_type: STRING; (OPT) description: STRING; relating: Shape_element; related: Shape_element; Component_feature_relationship (RT) relating: Component_feature; (RT) related: Component_feature; Shape_element (OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Component_feature_joint (RT) element_name: STRING; (RT) relating->feature_1: Component_feature; (RT) related->feature_2: Component_feature; (RT) containing_shape->associated_definition: Item_shape; Assembly_joint (RT) feature_1->assembly_feature_1: assembled_feature_select; (RT) feature_2->assembly_feature_2: assembled_feature_select; (RT) associated_definition->associated_assembly: assembly_module_or_assembly_group_component; Connection_zone_based_assembly_joint zone_1: Connection_zone_in_design_view; zone_2: Connection_zone_in_design_view; |
Global rules for this entity data type- |