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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00