Overview Schemas Index

LAYERED_3D_SHAPE_XIM (jsdai.SLayered_3d_shape_xim)


ENTITY shape_definition_3d_plane_projection
          SUBTYPE OF (representation_relationship_with_transformation);
          viewing_plane : axis2_placement_3d;
          planar_shape_origin : axis2_placement_2d;
          SELF\representation_relationship.rep_1 RENAMED surface_projection_result : planar_shape_model;
          SELF\representation_relationship.rep_2 RENAMED projected_volume : shape_representation;
DERIVE
          SELF\representation_relationship_with_transformation.transformation_operator : transformation := ?;
          SELF\representation_relationship.name : label := 'shape definition 3d plane projection';
WHERE
          wr1: NOT ('LAYERED_3D_SHAPE_XIM.PLANAR_SHAPE_MODEL' IN TYPEOF(projected_volume));
END_ENTITY; -- shape_definition_3d_plane_projection

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
representation_relationship_with_transformation
          transformation_operator: transformation;
shape_definition_3d_plane_projection
          viewing_plane: axis2_placement_3d;
          planar_shape_origin: axis2_placement_2d;
          (RT) rep_1->surface_projection_result: planar_shape_model;
          (RT) rep_2->projected_volume: shape_representation;
          (RT) (DER) transformation_operator: transformation;
          (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
representation_relationship_with_transformation
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_certification_assignment.items
                    certification_item
                              sysm_certification_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_experience_type_assignment.items
                    experience_type_item
                              syse_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
                              syse_person_type_item
                                        groupable_item
                                                  groupable_item_203e2
          component_placement__mi.placement
                    transformation_select
          component_placement__rrwt.placement
                    transformation_select
          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
          instance_placement__mi.placement
                    transformation_select
          instance_placement__rrwt.placement
                    transformation_select
          mated_item_association.placement
                    transformation_select
          package_footprint_relationship_definition_armx.related_transforms
          same_time_machining_relationship.placement
                    transformation_select
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
                                        groupable_item
                                                  groupable_item_203e2
shape_definition_3d_plane_projection

Global rules for this entity data type

          -

public interface EShape_definition_3d_plane_projection extends ERepresentation_relationship_with_transformation

viewing_plane (explicit attribute)

          boolean testViewing_plane(EShape_definition_3d_plane_projection type)
          EAxis2_placement_3d getViewing_plane(EShape_definition_3d_plane_projection type)
          void setViewing_plane(EShape_definition_3d_plane_projection type, EAxis2_placement_3d value)
          void unsetViewing_plane(EShape_definition_3d_plane_projection type)

planar_shape_origin (explicit attribute)

          boolean testPlanar_shape_origin(EShape_definition_3d_plane_projection type)
          EAxis2_placement_2d getPlanar_shape_origin(EShape_definition_3d_plane_projection type)
          void setPlanar_shape_origin(EShape_definition_3d_plane_projection type, EAxis2_placement_2d value)
          void unsetPlanar_shape_origin(EShape_definition_3d_plane_projection type)

public class CShape_definition_3d_plane_projection implements EShape_definition_3d_plane_projection

          static EAttribute attributeViewing_plane(EShape_definition_3d_plane_projection type)
          static int usedinViewing_plane(EShape_definition_3d_plane_projection type, EAxis2_placement_3d instance, ASdaiModel domain, AShape_definition_3d_plane_projection result)
          static EAttribute attributePlanar_shape_origin(EShape_definition_3d_plane_projection type)
          static int usedinPlanar_shape_origin(EShape_definition_3d_plane_projection type, EAxis2_placement_2d instance, ASdaiModel domain, AShape_definition_3d_plane_projection result)
          static EAttribute attributeTransformation_operator(EShape_definition_3d_plane_projection type)
          static int usedinTransformation_operator(EShape_definition_3d_plane_projection type, EEntity instance, ASdaiModel domain, AShape_definition_3d_plane_projection result)
          static EAttribute attributeName(EShape_definition_3d_plane_projection type)

public class AShape_definition_3d_plane_projection extends AEntity

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