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:
DefinitionType
 IfcMeasureValue SELECT
 IfcQuantityCount ENTITY
 IfcReinforcementBarProperties ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:09-05:00