首页 > 其他分享 >IfcBuildingElementProxyTypeEnum

IfcBuildingElementProxyTypeEnum

时间:2024-02-22 23:11:07浏览次数:23  
标签:PROVISIONFORVOID ELEMENT 枚举 COMPLEX proxy IfcBuildingElementProxyTypeEnum

IfcBuildingElementProxyTypeEnum

类型定义

此枚举定义IfcBuildingElementProxy或IfcBuildngElementProxyType的可用泛型类型。

 

IFC2x3 新枚举

IFC4更改枚举器PROVISIONFORVOID。

DEPRECATION枚举器COMPLEX、ELEMENT、PARTIAL将不再使用。

 

Enumeration definition

ConstantDescription
COMPLEX Not used - kept for upward compatibility.
ELEMENT Not used - kept for upward compatibility.
PARTIAL Not used - kept for upward compatibility.
PROVISIONFORVOID The proxy denotes a provision for voids (an proposed opening not applied as void yet).
USERDEFINED User-defined building element proxy.
NOTDEFINED Undefined building element proxy.
 

 

EXPRESS Specification

TYPE IfcBuildingElementProxyTypeEnum = ENUMERATION OF (
 COMPLEX,
 ELEMENT,
 PARTIAL,
 PROVISIONFORVOID,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

 

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

标签:PROVISIONFORVOID,ELEMENT,枚举,COMPLEX,proxy,IfcBuildingElementProxyTypeEnum
From: https://www.cnblogs.com/herd/p/17912554.html

相关文章