首页 > 其他分享 >IfcPlateTypeEnum

IfcPlateTypeEnum

时间:2023-12-20 23:11:58浏览次数:25  
标签:planar SHEET element CURTAIN IfcPlateTypeEnum PANEL

IfcPlateTypeEnum

类型定义

此枚举定义IfcPlate或IfcPlateType对象可以实现的不同类型的平面元素。

 

IFC2x2中的新枚举。

IFC2x3添加了额外的标识符CURTAIN_PANEL、SHEET。

 

Enumeration definition

ConstantDescription
CURTAIN_PANEL A planar element within a curtain wall, often consisting of a frame with fixed glazing.
SHEET A planar, flat and thin element, comes usually as metal sheet, and is often used as an additonal part within an assembly.
USERDEFINED User-defined linear element.
NOTDEFINED Undefined linear element.
 

 

EXPRESS Specification

TYPE IfcPlateTypeEnum = ENUMERATION OF (
 CURTAIN_PANEL,
 SHEET,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

 

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

标签:planar,SHEET,element,CURTAIN,IfcPlateTypeEnum,PANEL
From: https://www.cnblogs.com/herd/p/17912683.html

相关文章