Overview Schemas Index

KINEMATIC_MOTION_REPRESENTATION_SCHEMA (jsdai.SKinematic_motion_representation_schema)


ENTITY translation;
          x : length_measure;
          y : length_measure;
          z : length_measure;
END_ENTITY; -- translation

Entity data types and their attributes

translation
          x: length_measure;
          y: length_measure;
          z: length_measure;

Users

translation
          transform.translation_component

Global rules for this entity data type

          -

public interface ETranslation extends EEntity

x (explicit attribute)

          boolean testX(ETranslation type)
          double getX(ETranslation type)
          void setX(ETranslation type, double value)
          void unsetX(ETranslation type)

y (explicit attribute)

          boolean testY(ETranslation type)
          double getY(ETranslation type)
          void setY(ETranslation type, double value)
          void unsetY(ETranslation type)

z (explicit attribute)

          boolean testZ(ETranslation type)
          double getZ(ETranslation type)
          void setZ(ETranslation type, double value)
          void unsetZ(ETranslation type)

public class CTranslation implements ETranslation

          static EAttribute attributeX(ETranslation type)
          static EAttribute attributeY(ETranslation type)
          static EAttribute attributeZ(ETranslation type)

public class ATranslation extends AEntity

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