IfcMetricValueSelect

IfcMetricValueSelect

类型定义

IfcMetricValueSelect是一种选择类型,用于为IfcMetric的值组件选择数据类型。

 

类型使用如下:

IfcValue:使用项目默认单位的常数值。

IfcMeasureWithUnit:使用指定单位的常数值。

IfcAppliedValue:根据公式计算的值。

IfcTable:从表中检索的值。

IfcTimeSeries:随时间变化的值。

IfcReference:对象属性上引用的值。

IFC2.0中的新类型。

IFC4 添加了 IfcValue,其中包括删除的IfcDateTime和IfcText;添加IfcReference。

 

 

Enumeration definition

ConstantDescription
IfcMeasureWithUnit  
IfcTable  
IfcTimeSeries  
IfcAppliedValue  
IfcValue  
IfcReference  
 

EXPRESS Specification

TYPE IfcMetricValueSelect = SELECT (
 IfcMeasureWithUnit,
 IfcTable,
 IfcTimeSeries,
 IfcAppliedValue,
 IfcValue,
 IfcReference);
END_TYPE;

 

 

###################################

posted @ 2023-10-07 17:11  西北逍遥  阅读(11)  评论(0编辑  收藏  举报