IfcMetricValueSelect
IfcMetricValueSelect
类型定义
IfcMetricValueSelect是一种选择类型,用于为IfcMetric的值组件选择数据类型。
类型使用如下:
IfcValue:使用项目默认单位的常数值。
IfcMeasureWithUnit:使用指定单位的常数值。
IfcAppliedValue:根据公式计算的值。
IfcTable:从表中检索的值。
IfcTimeSeries:随时间变化的值。
IfcReference:对象属性上引用的值。
IFC2.0中的新类型。
IFC4 添加了 IfcValue,其中包括删除的IfcDateTime和IfcText;添加IfcReference。
Enumeration definition
Constant | Description |
---|---|
IfcMeasureWithUnit | |
IfcTable | |
IfcTimeSeries | |
IfcAppliedValue | |
IfcValue | |
IfcReference |
EXPRESS Specification
TYPE IfcMetricValueSelect = SELECT (
IfcMeasureWithUnit,
IfcTable,
IfcTimeSeries,
IfcAppliedValue,
IfcValue,
IfcReference);
END_TYPE;
###################################
QQ 3087438119