IfcComplexPropertyTemplateTypeEnum


IfcComplexPropertyTemplateTypeEnum

类型定义

此枚举定义可由IfcComplexProperty模板创建和定义的IfcComplexProperty或IFCPysicalComplexQuantity实例的适用子类型。

IFC4中的 新枚举。

Enumeration definition

ConstantDescription
P_COMPLEX the properties defined by this IfcComplexPropertyTemplate are of type IfcComplexProperty.
Q_COMPLEX  
 

EXPRESS Specification

TYPE IfcComplexPropertyTemplateTypeEnum = ENUMERATION OF (
 P_COMPLEX,
 Q_COMPLEX);
END_TYPE;

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