ENTITY universal_pair
(* SCHEMA kinematic_structure_schema; *)
ENTITY universal_pair
SUBTYPE OF (kinematic_pair);
input_skew_angle : OPTIONAL plane_angle_measure;
DERIVE
skew_angle : plane_angle_measure := NVL (input_skew_angle, 0.0);
WHERE
WR1: COS (plane_angle_for_pair_in_radian (SELF, skew_angle))
> 0.0;
END_ENTITY;
Explicit Attributes
Entity universal_pair has the following local and inherited explicit attributes:
Derived Attributes
Entity universal_pair has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity universal_pair inherits from the following supertypes:
item_defined_transformation
kinematic_pair
Subtypes
No subtypesReferenced By
Entity universal_pair 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