5.1.2.1 IfcComplexPropertyTemplateTypeEnum (复杂属性模板类型枚举)
5.1.2.1.1 语义定义(Semantic definition)
此枚举定义了由 IfcComplexPropertyTemplate 创建和定义的 IfcComplexProperty 或 IfcPhysicalComplexQuantity 实例的适用子类型。
5.1.2.1.2 类型值
| 类型 | 描述 |
|---|---|
P_COMPLEX
| |
Q_COMPLEX
|
5.1.2.1.3 形式化表示(Formal representation)
TYPE IfcComplexPropertyTemplateTypeEnum = ENUMERATION OF
(P_COMPLEX
,Q_COMPLEX);
END_TYPE;