首页 > 其他分享 >IfcDoorTypeEnum

IfcDoorTypeEnum

时间:2024-02-02 21:45:33浏览次数:24  
标签:standing door opening wall within IfcDoorTypeEnum

IfcDoorTypeEnum

此枚举定义IfcDoor或IfcDoorType对象的不同预定义类型。

 

IFC4中的新枚举。

 

Enumeration definition

ConstantDescription
DOOR A standard door usually within a wall opening, as a door panel in a curtain wall, or as a "free standing" door.
GATE A gate is a point of entry to a property usually within an opening in a fence. Or as a "free standing" gate.
TRAPDOOR A special door that lies horizonally in a slab opening. Often used for accessing cellar or attic.
USERDEFINED User-defined linear beam element.
NOTDEFINED Undefined linear beam element.
 

EXPRESS Specification

TYPE IfcDoorTypeEnum = ENUMERATION OF (
 DOOR,
 GATE,
 TRAPDOOR,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

 

 

 

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

标签:standing,door,opening,wall,within,IfcDoorTypeEnum
From: https://www.cnblogs.com/herd/p/17912642.html

相关文章