I swear I used to be able to turn off or on a level using global freeze in a model file and then save settings and it would automatically apply to all the sheets it was referenced to. Now that is not working. I am trying to get a level turned on in all of my sheets without having to go into every sheet. It is a lot of sheets!
When I go to the other sheet, the level display box shows that the level state is different across models in view display, but it is still turned on in global freeze. I want it turned on everywhere in all models. And I am in a major hurry.
You can use Batch Process with the appropriate key-in.
To switch on/off nested levels per open view, the same idea applies, key-in: master file syntax: set levels on/off "level name"
direct attachment syntax: reference levels on/off "level name" *.*
1st nest depth attachment syntax: reference levels on/off "level name" *.*->*.*
2nd nest depth attachment syntax: reference levels on/off "level name" *.*->*.*->*.*
reference levels on/off "level name" master.dgn->reference.dgn->nested_reference.dgn
After entering these view specific key-ins, you are prompted to select a view. The view selection can be added too, using the key in: selview <view number> Example: In case View #1 is the view to be affected, enter: set levels on/off "level name";selview 1 reference levels on/off "level name" *.*;selview 1
Connect r17 10.17.2.61 self-employed-Unpaid Beta tester for Bentley
wait...isn't that the whole point of Global Freeze?
Regards,
Mark
OpenRoads Designer 2023 | Microstation 2023.1 | ProjectWise 2023
That's what I thought. It always worked before. And it is still working, actually. When I turn off a level using global freeze in the same master file, it will turn off on all my sheets. It's this one level that won't turn back on. It has been driving me bonkers.
This is what I put in my command file for batch process and it is not working:
set levels on "TRK Prof Text"reference levels on "TRK Prof Text"reference levels on "TRK Prof Text" C01m-SO-PFL.dgn->C01m-TK-TRV.dgn
It says reference not found as it is processing.