ENTITY composite_path
(* SCHEMA kinematic_motion_representation_schema; *)
ENTITY composite_path
SUBTYPE OF (kinematic_path);
elements : SET [1 : ?] OF path_element_connection;
t_start : motion_parameter_measure;
t_end : motion_parameter_measure;
WHERE
WR1: increasing_measure_value (t_start, t_end);
WR2: compare_unit_components (t_start, t_end);
WR3: connected_in_simple_path (elements);
END_ENTITY;
Explicit Attributes
Entity composite_path has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity composite_path inherits from the following supertypes:
representation_item
kinematic_path
Subtypes
No subtypesReferenced By
Entity composite_path 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