IfcRampFlightTypeEnum

IfcRampFlightTypeEnum

类型定义

此枚举定义IfcRampFlight或IfcRamp FlightType对象可以实现的不同类型。

 

IFC2x2中的新枚举。

 

Enumeration definition

ConstantDescription
STRAIGHT A ramp flight with a straight walking line.
SPIRAL A ramp flight with a circular or elliptic walking line.
USERDEFINED User-defined ramp flight.
NOTDEFINED Undefined ramp flight.
 

EXPRESS Specification

TYPE IfcRampFlightTypeEnum = ENUMERATION OF (
 STRAIGHT,
 SPIRAL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

 

 

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

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