|
ENTITY Assembled_with_fasteners SUBTYPE OF (Assembly_joint); SELF\Assembly_joint.associated_assembly : Assembly_group_component; END_ENTITY; -- Assembled_with_fasteners |
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; Assembled_with_fasteners (RT) associated_assembly: Assembly_group_component; |
Global rules for this entity data type- |