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:
| Attribute | Type | Defined By |
|---|
| previous_element | path_element (ENTITY) | path_element_connection |
| next_element | path_element (ENTITY) | path_element_connection |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity path_element_connection and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00