FUNCTION expression_is_constant

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
FUNCTION expression_is_constant
      (expr : generic_expression ) : BOOLEAN;
      RETURN (bool(SIZEOF(free_variables_of(expr)) = 0));
END_FUNCTION;

Referenced By

Defintion expression_is_constant is references by the following definitions:
DefinitionType
 application_defined_function ENTITY
 constant_function ENTITY
 extended_tuple_space ENTITY
 externally_listed_data ENTITY
 finite_space ENTITY
 function_space ENTITY
 imported_curve_function ENTITY
 imported_surface_function ENTITY
 imported_volume_function ENTITY
 listed_data ENTITY
 listed_product_space ENTITY
 maths_value SELECT
 maths_variable ENTITY
 parallel_composed_function ENTITY
 selector_function ENTITY
 uniform_product_space ENTITY
 values_space_of FUNCTION


[Top Level Definitions] [Exit]

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