IfcValue

IfcValue

类型定义
IfcValue是一种选择类型,用于在更专业的选择类型IFcSimpleValue、IFcMeasureValue和IFcDerivedMeasureValue之间进行选择。


IfcSimpleValue 简单数据类型的基本定义类型的选择类型。
IfcMeasureValue ISO 10303-41基本度量类型的一种选择类型。
BucalDerivedMeasureValue 衍生度量值的选定类型。
 IFC2x中的新型号。

 

Enumeration definition

ConstantDescription
IfcMeasureValue  
IfcSimpleValue  
IfcDerivedMeasureValue  
 

EXPRESS Specification

TYPE IfcValue = SELECT (
 IfcMeasureValue,
 IfcSimpleValue,
 IfcDerivedMeasureValue);
END_TYPE;

 

 

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

posted @ 2024-05-14 10:19  西北逍遥  阅读(6)  评论(0编辑  收藏  举报