IfcProjectOrderTypeEnum

IfcProjectOrderTypeEnum

类型定义

IfcProjectOrderTypeEnum是可以识别的项目订单类型的列表。

IFC2x2中增加的新枚举。

Enumeration definition

ConstantDescription
CHANGEORDER An instruction to make a change to a product or work being undertaken and a description of the work that is to be performed.
MAINTENANCEWORKORDER An instruction to carry out maintenance work and a description of the work that is to be performed.
MOVEORDER An instruction to move persons and artefacts and a description of the move locations, objects to be moved, etc.
PURCHASEORDER An instruction to purchase goods and/or services and a description of the goods and/or services to be purchased that is to be performed.
WORKORDER A general instruction to carry out work and a description of the work to be done. Note the difference between a work order generally and a maintenance work order.
USERDEFINED User-defined type.
NOTDEFINED Undefined type.
 

EXPRESS Specification

TYPE IfcProjectOrderTypeEnum = ENUMERATION OF (
 CHANGEORDER,
 MAINTENANCEWORKORDER,
 MOVEORDER,
 PURCHASEORDER,
 WORKORDER,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

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

QQ 3087438119
原文地址:https://www.cnblogs.com/herd/p/15778366.html