Overview Schemas Index

KINEMATIC_MOTION_REPRESENTATION_SCHEMA (jsdai.SKinematic_motion_representation_schema)


ENTITY curve_based_path_with_orientation_and_parameters
          SUBTYPE OF (curve_based_path_with_orientation);
          parameters : path_parameter_representation;
END_ENTITY; -- curve_based_path_with_orientation_and_parameters

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
kinematic_path_segment
          t_end: parameter_value;
          transition: transition_code;
curve_based_path_with_orientation
          position_curve: bounded_curve;
          orientation_curve: bounded_curve;
curve_based_path_with_orientation_and_parameters
          parameters: path_parameter_representation;

Users: by entity attributes

founded_item
          founded_item.users
                    founded_item_select
kinematic_path_segment
          kinematic_path.segments
curve_based_path_with_orientation
          kinematic_path_defined_by_curves.segments
curve_based_path_with_orientation_and_parameters

Users: by defined types, not used by any entity attribute

curve_based_path_with_orientation_and_parameters
          -

Global rules for this entity data type

          -

public interface ECurve_based_path_with_orientation_and_parameters extends ECurve_based_path_with_orientation

parameters (explicit attribute)

          boolean testParameters(ECurve_based_path_with_orientation_and_parameters type)
          EPath_parameter_representation getParameters(ECurve_based_path_with_orientation_and_parameters type)
          void setParameters(ECurve_based_path_with_orientation_and_parameters type, EPath_parameter_representation value)
          void unsetParameters(ECurve_based_path_with_orientation_and_parameters type)

public class CCurve_based_path_with_orientation_and_parameters implements ECurve_based_path_with_orientation_and_parameters

          static EAttribute attributeParameters(ECurve_based_path_with_orientation_and_parameters type)
          static int usedinParameters(ECurve_based_path_with_orientation_and_parameters type, EPath_parameter_representation instance, ASdaiModel domain, ACurve_based_path_with_orientation_and_parameters result)

public class ACurve_based_path_with_orientation_and_parameters extends AEntity

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