Product: | MicroStation | ||
Version: | V8, 2004, XM, V8i, CONNECT, 2023 | ||
Environment: | N\A | ||
Area: | Batch Processing | ||
Subarea: | N\A |
I would like to know the commands to turn off (and on) a particular level in a particular reference file on a sheet model; e.g. Reference file name "TestV08.dgn". I want to turn off the "Preliminary" level in that reference file on all sheets.
Logical name of reference at Sheet model as REF and the logical names of the sheet attachments as ISO and TOP
LEVEL SET DISPLAY OFF file:"testV08.dgn" Preliminary;SELVIEW ALL;FILEDESIGN
REFERENCE LEVELS OFF PRELIMINARY REF->ISO;SELVIEW ALL;FILEDESIGN
REFERENCE LEVELS OFF PRELIMINARY REF->TOP;SELVIEW ALL;FILEDESIGN
Nested Reference Key-In To Switch Levels On / Off
Original Author: | Judy Wong |