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