MS_REF_NEWLEVELDISPLAY

Hi All,

I have set MS_REF_NEWLEVELDISPLAY = 1 within my standards.cfg

However I am pretty sure this does not seem to work all the time.

Is this a know issue?

This is in AECOsim CEU4 (equivalent to Microstation CEU11)

Parents
  • Don't work, Override doesn't work but sometimes. I've been fighting this for years. No good work around. I put all my stuff in one design model, create lots of sheets in same file. Variable, setting the reference to Never does not work. Plus it's not consistent, works some times. I've had this issue since v8i, drives me nuts as I'm always having to create new levels after I set up the sheets. If you can have every single level created ahead of time or your sheets reference a different DGN, you'll be O.K.

    If MS_REF_NEWLEVELDISPLAY=1 would do what it says, I'd be really happy.

    Connect r17 10.17.2.61 self-employed-Unpaid Beta tester for Bentley

  • I came up with a script  ( with a little help) that only works in batch processor  but will apply an  new override to an existing ref attachment I havent tested it with nested  as for nested I just go to the nest and change the override there and it always works in the drg that nest is attached to..

    But lots of drawings that  were single depth  not nested  with the same ref  and boss want to change the symbology of something in all drgs that in a dgnlib has always driven me nuts since V8i could handle dgnlibs... I can do it  one at a time in each drg with overrides but that is so time wasteful .. why  I developed with help the script ... here it is with instructional comments copy and paste into your batch processor and save it s you can even use it on single file or several...

    not tested with sheet models ---  enjoy and feel free to share around

    BTW Mary I would like to know it it works as intended for you too

    as it works great  for me..

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    #by Lorys Lea for public domain use 
    #  Command file for batchprocess utility
    # Change overrides in ref attachment when none were set in ref file originally
    #  will work despite dglib settings
    #  This command file was originally copied from $(MS_DATA)cmdfiletemplate.txt.
    #  Command file information:
    #       - Lines that start with the '#' character are treated as comments and ignored.
     
    # level set override color ON/OFF  [file:ref file name.dgn] LEVEL NAME
    # level set override color # [file:ref file name.dgn] LEVEL NAME
    #where # is colour no
    # attention doesnt like pathing in script
    # LEVEL SET OVERRIDE STYLE ON file:refilename.dgn LEVEL NAME
    # LEVEL SET OVERRIDE STYLE 3 file:refilename.dgn LEVEL NAME   
    # will change line type style to number 3 ie dashed
    # LEVEL SET OVERRIDE WEIGHT ON file:refilename.dgn LEVEL NAME
    # LEVEL SET OVERRIDE WEIGHT 3 file:refilename.dgn LEVEL NAME
    # will change line WEIGHT to number 3 ie WEIGHT 3
    #----------------------------------------------------------------------
    LEVEL SET OVERRIDE COLOR ON file:refile.dgn DRAINAGE_PIPE
    LEVEL SET OVERRIDE COLOR 1 file:refile.dgn DRAINAGE_PIPE
    update view extended
    filedesign
    #

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

  • Thanks all for the response.

    Good to know it wasn't just me going a bit loopy.

    It is a little annoying that the variable doesn't work consistently, but not such major prob at moment. I am in process of moving us from SS to CE and hadn't noticed it as such an issue before with our old configs but i cannot be too sure now.

    Lorys, when I get 'round to it, will give your script a go. Thanks heaps.

    Cheers

     

    AECOsim SS6 + CONNECT U4, Windows 7 Pro, 64Bit, Intel Xeon E3-1275 v5 @ 3.6GHz, 32GB RAM, NVIDIA Quadro P1000

  • I'm using ss3 and 4 and  its a big head too but it is consistant, which lead me to create the script  and batch processor

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

  • It does work for me, Lorys. Thank you!

    MaryB

    Power GeoPak 08.11.09.918
    Power InRoads 08.11.09.918
    OpenRoads Designer 2021 R2

        

  • only took 8 years to finally  figure it out this year with some help from fellow poster in another forum...

    What about a  vote for my  hard work and desire to share with my msnt brothers and sisters

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

Reply
  • only took 8 years to finally  figure it out this year with some help from fellow poster in another forum...

    What about a  vote for my  hard work and desire to share with my msnt brothers and sisters

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

Children
No Data