ENTITY oriented_joint
(* SCHEMA kinematic_structure_schema; *)
ENTITY oriented_joint;
joint : kinematic_joint;
orientation : BOOLEAN;
DERIVE
advent_link : kinematic_link
:= assign_directed_link (joint, orientation);
exit_link : kinematic_link
:= assign_directed_link (joint, NOT (orientation));
END_ENTITY;
Explicit Attributes
Entity oriented_joint has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| joint | kinematic_joint (ENTITY) | oriented_joint |
| orientation | BOOLEAN | oriented_joint |
|
Derived Attributes
Entity oriented_joint has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity oriented_joint has the following subtypes:
advent_oriented_joint*
oriented_joint_in_tree*
* - Immediate Subtypes
Referenced By
Entity oriented_joint 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