FUNCTION default_tolerance_table_cell_wr2

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
FUNCTION default_tolerance_table_cell_wr2(agg :  AGGREGATE OF 
  representation_item) : BOOLEAN;
  IF SIZEOF(agg) <= 5 THEN
    RETURN (TRUE);
  ELSE
    RETURN (FALSE);
  END_IF;
END_FUNCTION; -- 10303-214: automotive_design

Referenced By

Defintion default_tolerance_table_cell_wr2 is references by the following definitions:
DefinitionType
 default_tolerance_table_cell ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00