IfcDoorTypeEnum
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;
############################
QQ 3087438119