FUNCTION ypr_index

(* SCHEMA step_merged_ap_schema; *)
-- IN AP214/AP238 STEP-NC/AP242
FUNCTION ypr_index
      (ypr : ypr_enumeration ) : INTEGER;
      CASE ypr OF
         yaw :
               RETURN (1);
         pitch :
               RETURN (2);
         roll :
               RETURN (3);
      END_CASE;
      RETURN (?);
END_FUNCTION;

Referenced By

Defintion ypr_index is references by the following definitions:
DefinitionType
 ypr_rotation AGGREGATE


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00