FUNCTION make_parallel_composed_function

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
FUNCTION make_parallel_composed_function
      (srcdom : maths_space_or_function;
       prepfuncs : LIST [2:?] OF maths_function;
       finfunc : maths_function_select ) : parallel_composed_function;
      RETURN (parallel_composed_function(srcdom, prepfuncs, finfunc) || maths_function() || generic_expression() || multiple_arity_generic_expression(convert_to_operands_prcmfn(srcdom, prepfuncs, finfunc)));
END_FUNCTION;

Referenced By

Defintion make_parallel_composed_function is references by the following definitions:
DefinitionType
 simplify_generic_expression FUNCTION
 substitute FUNCTION


[Top Level Definitions] [Exit]

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