Overview Schemas Index

STRATUM_NON_PLANAR_SHAPE_XIM (jsdai.SStratum_non_planar_shape_xim)


ENTITY stratum_feature_shape_stratum_surface_shape_relationship
          SUBTYPE OF (representation_relationship);
          SELF\representation_relationship.rep_2 RENAMED of_stratum_feature_shape : stratum_feature_non_planar_2d_shape_model;
          SELF\representation_relationship.rep_1 RENAMED of_stratum_surface_shape : stratum_surface_shape_model;
DERIVE
          SELF\representation_relationship.description : text := ?;
          SELF\representation_relationship.name : label := ?;
END_ENTITY; -- stratum_feature_shape_stratum_surface_shape_relationship

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
stratum_feature_shape_stratum_surface_shape_relationship
          (RT) rep_2->of_stratum_feature_shape: stratum_feature_non_planar_2d_shape_model;
          (RT) rep_1->of_stratum_surface_shape: stratum_surface_shape_model;
          (RT) (DER) description: text;
          (RT) (DER) name: label;

Users

representation_relationship
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          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
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_236cc1
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1
stratum_feature_shape_stratum_surface_shape_relationship
          add_design_object_management_relationship.current_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          change_design_object_management_relationship.current_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          change_design_object_management_relationship.previous_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          delete_design_object_management_relationship.previous_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          frozen_assignment_armx.frozen_item
                    managed_design_object_armx
                              ap210_managed_design_object_armx

Global rules for this entity data type

          -

public interface EStratum_feature_shape_stratum_surface_shape_relationship extends ERepresentation_relationship


public class CStratum_feature_shape_stratum_surface_shape_relationship implements EStratum_feature_shape_stratum_surface_shape_relationship

          static EAttribute attributeDescription(EStratum_feature_shape_stratum_surface_shape_relationship type)
          static EAttribute attributeName(EStratum_feature_shape_stratum_surface_shape_relationship type)

public class AStratum_feature_shape_stratum_surface_shape_relationship extends AEntity

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