IfcCostItemTypeEnum

IfcCostItemTypeEnum

类型定义

IfcCostItemTypeEnum是可用成本项目类型的列表。

IFC4中增加的新枚举。

Enumeration definition

ConstantDescription
USERDEFINED User-defined type.
NOTDEFINED Undefined type.
 

EXPRESS Specification

TYPE IfcCostItemTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

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

QQ 3087438119
原文地址:https://www.cnblogs.com/herd/p/15778344.html