Overview Schemas Index

PHYSICAL_UNIT_2D_DESIGN_VIEW_XIM (jsdai.SPhysical_unit_2d_design_view_xim)


ENTITY component_part_2d_geometric_representation_relationship
          SUBTYPE OF (shape_representation_relationship);
          SELF\representation_relationship.rep_1 RENAMED part_shape : part_template_or_physical_unit_2d_shape_model_select;
          SELF\representation_relationship.rep_2 RENAMED component_shape : assembly_component_2d_shape_model;
DERIVE
          SELF\representation_relationship.name : label :=  'component part planar shape' ;
WHERE
          wr1:  SIZEOF ( QUERY ( ac <* component_shape . shape_characterized_component | NOT ( part_shape . shape_characterized_definition :=: ac \ assembly_component_armx . derived_from ) ) ) = 0 ;
          wr2:  part_shape :<>: component_shape ;
END_ENTITY; -- component_part_2d_geometric_representation_relationship

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
shape_representation_relationship
          -
component_part_2d_geometric_representation_relationship
          (RT) rep_1->part_shape: part_template_or_physical_unit_2d_shape_model_select;
          (RT) rep_2->component_shape: assembly_component_2d_shape_model;
          (RT) (DER) name: label;

Users

representation_relationship
          attribute_language_assignment.items
                    attribute_language_item
                              attribute_language_item_236cc1
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          full_model_change_action_property.related_description
                    model_change_select
          full_model_change_property_definition.related_description
                    model_change_select
          language_indication.considered_instance
                    attribute_language_item
                              attribute_language_item_236cc1
          language_indication.items
                    attribute_language_item
                              attribute_language_item_236cc1
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1
shape_representation_relationship
          analysis_item.items
                    analysed_item
                              upfrompm_ap233_analysed_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_certification_assignment.items
                    certification_item
                              upfrompm_ap233_certification_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_experience_type_assignment.items
                    experience_type_item
                              upfrompm_ap233_experience_type_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_group_assignment.items
                    groupable_item
                              groupable_item_203e2
          applied_person_type_assignment.items
                    person_type_item
                              upfrompm_ap233_person_type_item
                                        groupable_item
                                                  groupable_item_203e2
          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_armx.representation_relation
          component_3d_location_armx.representing_relationship
          context_dependent_over_riding_styled_item.style_context
                    style_context_select
          context_dependent_shape_representation.representation_relation
          contextual_shape_representation.representing_relationship
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          functional_terminal_group_assignment.items
                    groupable_item
                              groupable_item_203e2
          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
          presentation_style_by_context.style_context
                    style_context_select
          verification_evidence.items
                    verification_evidence_item
                              smpushup_ap233_verification_evidence_item
                                        groupable_item
                                                  groupable_item_203e2
component_part_2d_geometric_representation_relationship

Global rules for this entity data type

          -

public interface EComponent_part_2d_geometric_representation_relationship extends EShape_representation_relationship


public class CComponent_part_2d_geometric_representation_relationship implements EComponent_part_2d_geometric_representation_relationship

          static EAttribute attributeName(EComponent_part_2d_geometric_representation_relationship type)

public class AComponent_part_2d_geometric_representation_relationship extends AEntity

          public EComponent_part_2d_geometric_representation_relationship getByIndex(int index)
          public EComponent_part_2d_geometric_representation_relationship getCurrentMember(SdaiIterator it)