Overview Schemas Index

Physical_unit_2d_design_view_arm         


ENTITY Component_part_2d_geometric_representation_relationship
          SUBTYPE OF (Geometric_model_relationship);
          SELF\Geometric_model_relationship.rep_1 RENAMED part_shape : part_template_or_physical_unit_2d_shape_select;
          SELF\Geometric_model_relationship.rep_2 RENAMED component_shape : Assembly_component_2d_shape_model;
WHERE
          WR1: NOT EXISTS(SELF\Representation_relationship.relation_type);
          WR2: SIZEOF(QUERY(ac <* component_shape.shape_characterized_component |
                   NOT(part_shape.shape_characterized_definition :=: ac\Assembly_component.derived_from)
                   )) = 0;
          WR3: part_shape :<>: component_shape;
END_ENTITY; -- Component_part_2d_geometric_representation_relationship

Entity data types and their attributes

Representation_relationship
          (OPT) relation_type: STRING;
          (OPT) description: STRING;
          rep_1: Representation;
          rep_2: Representation;
Geometric_model_relationship
          (RT) rep_1: Geometric_model;
          (RT) rep_2: Geometric_model;
Component_part_2d_geometric_representation_relationship
          (RT) rep_1->part_shape: part_template_or_physical_unit_2d_shape_select;
          (RT) rep_2->component_shape: Assembly_component_2d_shape_model;

Users

Representation_relationship
          Attribute_translation_assignment.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
          Language_indication.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
Geometric_model_relationship
          Assembly_component_2d_shape_model.equivalent_reference_shape_model
          Assembly_component_3d_shape_model.equivalent_reference_shape_model
          Assembly_component_non_planar_shape_model.equivalent_reference_shape_model
          Component_2d_location.representing_relationship
          Component_3d_location.representing_relationship
          Context_dependent_appearance_assignment.context_definition
                    appearance_context
                              sal_appearance_context
          Context_dependent_over_riding_styled_element.context_definition
                    overriding_style_context
                              sal_overriding_style_context
          Contextual_shape_representation.representing_relationship
          Part_template_keepout_shape_model.principal_part_shape
          Part_template_shape_model.principal_part_shape
          Physical_unit_keepout_shape_model.principal_part_shape
          Physical_unit_shape_model.principal_part_shape
Component_part_2d_geometric_representation_relationship

Global rules for this entity data type

          -