TYPE IfcCountMeasure
(* SCHEMA IFC4; *)
-- ==============================
-- LEGACY CHANGE TYPE: CountMeasure back to REAL
--
-- IFC4x3add1 changed CountMeasure from REAL to INTEGER, which causes
-- P21 formatting warnings with all existing data sets. Relax to REAL
-- for compatibility with 4x2, 4x1, 4,and 2x3.
-- TYPE IfcCountMeasure = INTEGER;
TYPE IfcCountMeasure = REAL;
END_TYPE;
Referenced By
Defintion IfcCountMeasure is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:04-04:00