FUNCTION make_elementary_function

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
FUNCTION make_elementary_function
      (func_id : elementary_function_enumerators ) : elementary_function;
      RETURN (elementary_function(func_id) || maths_function() || generic_expression() || generic_literal() || simple_generic_expression());
END_FUNCTION;

Referenced By

Defintion make_elementary_function is references by the following definitions:
DefinitionType
 convert_to_maths_function FUNCTION


[Top Level Definitions] [Exit]

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