Overview Schemas Index

CONSTRUCTION_GEOMETRY_MIM (jsdai.SConstruction_geometry_mim)


ENTITY constructive_geometry_representation_relationship
          SUBTYPE OF (representation_relationship);
WHERE
          wr1:  ( SELF  . rep_1 . context_of_items :=: SELF  . rep_2 . context_of_items ) AND ( 'construction_geometry_mim.geometric_representation_context' IN TYPEOF ( SELF . rep_1 . context_of_items ) ) ;
          wr2:  'construction_geometry_mim.constructive_geometry_representation' IN TYPEOF ( SELF . rep_2 ) ;
          wr3:  SIZEOF ( [ 'construction_geometry_mim.shape_representation' , 'construction_geometry_mim.constructive_geometry_representation' ] * TYPEOF ( SELF . rep_1 ) ) = 1 ;
          wr4:  NOT ( 'construction_geometry_mim.' + 'representation_relationship_with_transformation' IN TYPEOF ( SELF ) ) ;
END_ENTITY; -- constructive_geometry_representation_relationship

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
constructive_geometry_representation_relationship
          -

Known subtypes

          constructive_geometry_association (CONSTRUCTION_GEOMETRY_XIM)

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
constructive_geometry_representation_relationship

Global rules for this entity data type

          -

public interface EConstructive_geometry_representation_relationship extends ERepresentation_relationship


public class CConstructive_geometry_representation_relationship implements EConstructive_geometry_representation_relationship


public class AConstructive_geometry_representation_relationship extends AEntity

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