FUNCTION default_tolerance_table_cell_wr2
(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- IN AP203e2/AP214/AP238 STEP-NC/AP242
FUNCTION default_tolerance_table_cell_wr2
(agg : compound_item_definition ) : BOOLEAN;
BEGIN
IF SIZEOF(agg) <= 5 THEN
RETURN (TRUE);
ELSE
RETURN (FALSE);
END_IF;
END;
END_FUNCTION;
Referenced By
Defintion default_tolerance_table_cell_wr2 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