Overview Schemas Index

Mechanical_design_presentation_representation_with_draughting_arm         


ENTITY Mechanical_design_and_draughting_relationship
          SUBTYPE OF (Definitional_representation_relationship);
          SELF\Representation_relationship.rep_1 : mechanical_design_and_draughting_relationship_select;
          SELF\Representation_relationship.rep_2 : mechanical_design_and_draughting_relationship_select;
WHERE
          WR1: NOT('ASSOCIATIVE_DRAUGHTING_ELEMENTS_ARM.'+'DRAUGHTING_MODEL' IN TYPEOF(rep_2)) OR 
        (SIZEOF(['ASSOCIATIVE_DRAUGHTING_ELEMENTS_ARM.'+'DRAUGHTING_MODEL', 
        'ELEMENTAL_GEOMETRIC_SHAPE_ARM.'+'GEOMETRIC_MODEL'] * TYPEOF(rep_1)) = 1);
          WR2: NOT('MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_ARM.'+'MECHANICAL_REPRESENTATION_STYLED_MODEL' IN TYPEOF(rep_2)) 
        OR (SIZEOF(['MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_ARM.'+'MECHANICAL_REPRESENTATION_STYLED_MODEL', 
        'ELEMENTAL_GEOMETRIC_SHAPE_ARM.'+'GEOMETRIC_MODEL'] * TYPEOF(rep_1)) = 1);
          WR3: NOT('MECHANICAL_DESIGN_SHADED_PRESENTATION_ARM.'+'MECHANICAL_DESIGN_SHADED_STYLED_MODEL' IN TYPEOF(rep_2)) 
        OR (SIZEOF(['MECHANICAL_DESIGN_SHADED_PRESENTATION_ARM.'+'MECHANICAL_DESIGN_SHADED_STYLED_MODEL',
        'ELEMENTAL_GEOMETRIC_SHAPE_ARM.'+'GEOMETRIC_MODEL'] * TYPEOF(rep_1)) = 1);
END_ENTITY; -- Mechanical_design_and_draughting_relationship

Entity data types and their attributes

Representation_relationship
          (OPT) relation_type: STRING;
          (OPT) description: STRING;
          rep_1: Representation;
          rep_2: Representation;
Definitional_representation_relationship
          -
Mechanical_design_and_draughting_relationship
          (RT) rep_1: mechanical_design_and_draughting_relationship_select;
          (RT) rep_2: mechanical_design_and_draughting_relationship_select;

Users: by entity attributes

Representation_relationship
          Attribute_translation_assignment.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
          Classification_assignment.items
                    classification_item
                              prjm_classification_item
          Language_indication.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
Definitional_representation_relationship
Mechanical_design_and_draughting_relationship

Users: by defined types, not used by any entity attribute

Mechanical_design_and_draughting_relationship
          -

Global rules for this entity data type

          -