Navigation

IfcMetricValue

Definition from IAI: The class IfcMetricValue is used to wrap the values, with datatype and source, used by IfcMetric and its subtypes.

HISTORY New Entity in IFC Release 2.0
ISSUE See issue and change log for changes made in IFC 2x.

EXPRESS specification:

ENTITY IfcMetricValue;
DataType  :  IfcMetricDataEnum;
DataValue  :  IfcMetricValueSelect;
ValueSource  :  IfcLabel;
END_ENTITY;

Attribute definitions:

DataType  :  Enumeration that identifies the data type of the DataValue attribute
DataValue  :  Value with data type defined by the DataType enumeration.
ValueSource  :  Reference source for data values.

References (1):

Name Type Referred through Express-G
IfcMetric Entity
Attribute 'Values'
Diagram 1

Inheritance graph

ENTITY IfcMetricValue;
ENTITY IfcMetricValue;
DataType  :  IfcMetricDataEnum;
DataValue  :  IfcMetricValueSelect;
ValueSource  :  IfcLabel;
END_ENTITY;