ENTITY spherical_pair_value
(* SCHEMA kinematic_structure_schema; *)
ENTITY spherical_pair_value
SUBTYPE OF (pair_value);
SELF\pair_value.applies_to_pair : spherical_pair;
input_orientation : spatial_rotation;
DERIVE
actual_orientation : ypr_rotation
:= convert_spatial_to_ypr_rotation
(SELF\pair_value.applies_to_pair,
input_orientation);
END_ENTITY;
Explicit Attributes
Entity spherical_pair_value has the following local and inherited explicit attributes:
Derived Attributes
Entity spherical_pair_value has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| actual_orientation | ypr_rotation (AGGREGATE) | spherical_pair_value |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity spherical_pair_value inherits from the following supertypes:
pair_value
Subtypes
No subtypesReferenced By
Entity spherical_pair_value 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