|
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; -- screw_pair_value |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; pair_value applies_to_pair: kinematic_pair; screw_pair_value (RT) applies_to_pair: screw_pair; actual_rotation: plane_angle_measure; (DER) actual_translation: length_measure; |
Global rules for this entity data type- |