FUNCTION make_function_space

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
FUNCTION make_function_space
      (domain_constraint : space_constraint_type;
       domain_argument : maths_space;
       range_constraint : space_constraint_type;
       range_argument : maths_space ) : function_space;
      RETURN (function_space(domain_constraint, domain_argument, range_constraint, range_argument) || maths_space() || generic_expression() || generic_literal() || simple_generic_expression());
END_FUNCTION;

Referenced By

Defintion make_function_space is references by the following definitions:
DefinitionType
 derive_function_range FUNCTION
 simplify_maths_space FUNCTION
 values_space_of FUNCTION


[Top Level Definitions] [Exit]

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