ENTITY joint_logical_relationship
(* SCHEMA kinematic_structure_schema; *)
ENTITY joint_logical_relationship;
loop : kinematic_loop;
previous_joint_logical_structure : oriented_joint;
next_joint_logical_structure : oriented_joint;
UNIQUE
UR1: loop, previous_joint_logical_structure;
UR2: loop, next_joint_logical_structure;
WHERE
WR1: previous_joint_logical_structure.exit_link :=:
next_joint_logical_structure.advent_link;
END_ENTITY;
Explicit Attributes
Entity joint_logical_relationship has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| loop | kinematic_loop (ENTITY) | joint_logical_relationship |
| previous_joint_logical_structure | oriented_joint (ENTITY) | joint_logical_relationship |
| next_joint_logical_structure | oriented_joint (ENTITY) | joint_logical_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity joint_logical_relationship 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