IfcDoorTypeEnum
此枚举定义IfcDoor或IfcDoorType对象的不同预定义类型。
IFC4中的新枚举。
Enumeration definition
Constant | Description |
---|---|
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