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;

 

 

 

 

 

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

posted @ 2024-02-02 21:35  西北逍遥  阅读(1)  评论(0编辑  收藏  举报