Overview Schemas Index

REPRESENTATION_SCHEMA (jsdai.SRepresentation_schema)


ENTITY item_defined_transformation;
          name : label;
          description : OPTIONAL text;
          transform_item_1 : representation_item;
          transform_item_2 : representation_item;
END_ENTITY; -- item_defined_transformation

Entity data types and their attributes

item_defined_transformation
          name: label;
          (OPT) description: text;
          transform_item_1: representation_item;
          transform_item_2: representation_item;

Known subtypes

          component_non_planar_location (INTERCONNECT_NON_PLANAR_SHAPE_XIM)
          graphical_transformation (PRESENTATION_ORGANIZATION_SCHEMA)
          kinematic_pair (KINEMATIC_STRUCTURE_SCHEMA)
          transformation_with_derived_angle (PLY_ORIENTATION_SPECIFICATION_MIM)

Users

item_defined_transformation
          assembly_connection_zone_position_relationship.transformation_operator
                    transformation
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          design_view_terminal_component_shape_relationship.transformation_operator
                    transformation
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          geometric_relationship_with_placement_transformation.transformation_operator
                    transformation
          interconnect_connection_zone_position_relationship.transformation_operator
                    transformation
          representation_relationship_with_transformation.transformation_operator
                    transformation
          shape_definition_3d_intersection.transformation_operator
          shape_definition_3d_intersection_armx.transformation_operator
                    transformation
          shape_definition_3d_plane_projection.transformation_operator
                    transformation
          usage_view_connection_zone_terminal_shape_relationship_armx.transformation_operator
                    transformation

Global rules for this entity data type

          -

public interface EItem_defined_transformation extends EEntity

name (explicit attribute)

          boolean testName(EItem_defined_transformation type)
          String getName(EItem_defined_transformation type)
          void setName(EItem_defined_transformation type, String value)
          void unsetName(EItem_defined_transformation type)

description (explicit attribute)

          boolean testDescription(EItem_defined_transformation type)
          String getDescription(EItem_defined_transformation type)
          void setDescription(EItem_defined_transformation type, String value)
          void unsetDescription(EItem_defined_transformation type)

transform_item_1 (explicit attribute)

          boolean testTransform_item_1(EItem_defined_transformation type)
          ERepresentation_item getTransform_item_1(EItem_defined_transformation type)
          void setTransform_item_1(EItem_defined_transformation type, ERepresentation_item value)
          void unsetTransform_item_1(EItem_defined_transformation type)

transform_item_2 (explicit attribute)

          boolean testTransform_item_2(EItem_defined_transformation type)
          ERepresentation_item getTransform_item_2(EItem_defined_transformation type)
          void setTransform_item_2(EItem_defined_transformation type, ERepresentation_item value)
          void unsetTransform_item_2(EItem_defined_transformation type)

public class CItem_defined_transformation implements EItem_defined_transformation

          static EAttribute attributeName(EItem_defined_transformation type)
          static EAttribute attributeDescription(EItem_defined_transformation type)
          static EAttribute attributeTransform_item_1(EItem_defined_transformation type)
          static int usedinTransform_item_1(EItem_defined_transformation type, ERepresentation_item instance, ASdaiModel domain, AItem_defined_transformation result)
          static EAttribute attributeTransform_item_2(EItem_defined_transformation type)
          static int usedinTransform_item_2(EItem_defined_transformation type, ERepresentation_item instance, ASdaiModel domain, AItem_defined_transformation result)

public class AItem_defined_transformation extends AEntity

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