OpenBridge Modeler

Process Status Definitions File

You can define the preset values of the process status function (the names as well as the corresponding colors) in a text file.

The following syntax is used for each line, which represents a process status available in the OpenBridge Modeler Process Status dialog:

index, ProcessStatus, ColorIndex;

Any line which begins with a semicolon (;) is ignored by the program (i.e., used as a comment line).

Default File

; Process Information Table for ProSteel
; (C) Bentley Systems
;
;
; You may use the following Notation
;
; Index, ProcessStatus,ColorIndex;
;
;
1,None,-1;
2,Planned,1;
3,Ordered,2;
4,In Fabrication,3;
5,Fabricated,4;
6,In Delivery,5;
7,Delivered,6;
8,In Assembly,7;
9,Assembled,8;