Overview Schemas Index

REPRESENTATION_SCHEMA (jsdai.SRepresentation_schema)


ENTITY functionally_defined_transformation;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- functionally_defined_transformation

Entity data types and their attributes

functionally_defined_transformation
          name: label;
          (OPT) description: text;

Known subtypes

          cartesian_transformation_operator (GEOMETRY_SCHEMA)
          kinematic_frame_based_transformation (KINEMATIC_STRUCTURE_SCHEMA)
          transform (KINEMATIC_MOTION_REPRESENTATION_SCHEMA)

Users

functionally_defined_transformation
          assembly_connection_zone_position_relationship.transformation_operator
                    transformation
          design_view_terminal_component_shape_relationship.transformation_operator
                    transformation
          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_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 EFunctionally_defined_transformation extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CFunctionally_defined_transformation implements EFunctionally_defined_transformation

          static EAttribute attributeName(EFunctionally_defined_transformation type)
          static EAttribute attributeDescription(EFunctionally_defined_transformation type)

public class AFunctionally_defined_transformation extends AEntity

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