|
ENTITY spherical_pair_value SUBTYPE OF (pair_value); SELF\pair_value.applies_to_pair : spherical_pair_select; input_orientation : spatial_rotation; DERIVE actual_orientation : ypr_rotation := convert_spatial_to_ypr_rotation (SELF\pair_value.applies_to_pair, input_orientation); END_ENTITY; -- spherical_pair_value |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; pair_value applies_to_pair: kinematic_pair; spherical_pair_value (RT) applies_to_pair: spherical_pair_select; input_orientation: spatial_rotation; (DER) actual_orientation: ypr_rotation; |
Global rules for this entity data type- |