该页全部中文内容仅供20252453-T-424 项目组内部使用

20252453-T-424 项目

5.1.2.1 IfcComplexPropertyTemplateTypeEnum (复杂属性模板类型枚举)

5.1.2.1.1 语义定义(Semantic definition)

此枚举定义了由 IfcComplexPropertyTemplate 创建和定义的 IfcComplexPropertyIfcPhysicalComplexQuantity 实例的适用子类型。

5.1.2.1.2 类型值(Type values)

类型(Type) 描述(Description)
P_COMPLEX

由此 IfcComplexPropertyTemplate 定义的属性是 IfcComplexProperty 类型。

Q_COMPLEX

由此 IfcComplexPropertyTemplate 定义的量是 IfcPhysicalComplexQuantity 类型。

表 5.1.2.1.A

5.1.2.1.3 形式化表示(Formal representation)

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

5.1.2.1.4 参考(References)