ENTITY rotation_about_direction
(* SCHEMA kinematic_structure_schema; *)
ENTITY rotation_about_direction;
direction_of_axis : direction;
rotation_angle : plane_angle_measure;
WHERE
WR1: SIZEOF (direction_of_axis.direction_ratios) = 3;
END_ENTITY;
Explicit Attributes
Entity rotation_about_direction has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| direction_of_axis | direction (ENTITY) | rotation_about_direction |
| rotation_angle | plane_angle_measure (REAL) | rotation_about_direction |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity rotation_about_direction 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