FUNCTION value_range_wr2
(* SCHEMA step_merged_cad_schema; *)
-- DIFF IN AP214
FUNCTION value_range_wr2
(agg : compound_item_definition ) : BOOLEAN;
BEGIN
IF (SIZEOF(QUERY (i <* agg| (i\representation_item.name = 'upper limit'))) = 1) AND (SIZEOF(QUERY (i <* agg| (i\representation_item.name = 'lower limit'))) = 1) THEN
RETURN (TRUE);
ELSE
RETURN (FALSE);
END_IF;
END;
END_FUNCTION;
Referenced By
Defintion value_range_wr2 is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:04-05:00