ENTITY screw_pair_value
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY screw_pair_value
SUBTYPE OF (pair_value);
SELF\pair_value.applies_to_pair : screw_pair;
actual_rotation : plane_angle_measure;
DERIVE
actual_translation : length_measure := SELF\pair_value.applies_to_pair\
screw_pair.pitch * plane_angle_for_pair_in_radian(SELF\pair_value.
applies_to_pair, actual_rotation)/2 * PI;
END_ENTITY; -- 10303-105: kinematic_structure_schema
Explicit Attributes
Entity screw_pair_value has the following local and inherited explicit attributes:
Derived Attributes
Entity screw_pair_value has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| actual_translation | length_measure (REAL) | screw_pair_value |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity screw_pair_value inherits from the following supertypes:
pair_value
Subtypes
No subtypesReferenced By
Entity screw_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:16:12-04:00