ENTITY path_element_connection

(* SCHEMA kinematic_motion_representation_schema; *)
ENTITY path_element_connection;
  previous_element     : path_element;
  next_element         : path_element;
WHERE
  WR1: previous_element.node_to = next_element.node_from;
  WR2: compare_unit_components (previous_element.node_to.t_parameter,
                                next_element.node_from.t_parameter);
END_ENTITY;

Explicit Attributes

Entity path_element_connection has the following local and inherited explicit attributes:
AttributeTypeDefined By
 previous_elementpath_element (ENTITY)path_element_connection
 next_elementpath_element (ENTITY)path_element_connection

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity path_element_connection and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 composite_path ENTITY path_element_connection
 connected_in_simple_path FUNCTION path_element_connection


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00