Can I Remapping Levels and have the Levels Not be ByLevel?

Good Morning Folks,

I am using MicroStation V8i Select Series 4 and am trying to save a dwg to dgn while using the Save Options to implement a Remapping XLS file, so that I can convert Level Symbology to my standards.  I can get the elements in the resulting dgn to be on the correct Levels but all the Level Attributes are “ByLevel”.  Is there a way to have all the Elements’ Attributes after remapping not be “ByLevel”? 

As a simplified example, I can produce this output after remapping, see the “ByLevel” (illustration #1)

But what I want is to have this as an output after remapping, NO “ByLevel” (illustration #2)

If there is a way to do this please show me how to set up the “Remapping” XLS file to do so, please?

 

Thank You for your time,

  • The first question is, are the DWG elements ByLayer in the first place? If they are, then the remapping is doing exactly what it is supposed to - taking the AutoCAD elements (ByLayer) and putting them onto the correct level (ByLevel). If you don't want them to be ByLevel, then you may want to go to the source DWG and fix that there, then they will come over the way you want them.

    Remapping levels only transfers elements from one layer to a corresponding level. It doesn't actually do anything else to the elements itself.

    If you are wanting the elements to have the level symbology as active instead of ByLevel, that will need to go through a different process. I believe there are a few macros floating around that can change a red-ByLevel) element to a red element, and such. You might be able to find one through a search, or write your own.

    MaryB

    Power GeoPak 08.11.09.918
    Power InRoads 08.11.09.918
    OpenRoads Designer 2021 R2

        

  • I believe there are a few macros floating around that can change a red-ByLevel) element to a red element, and such.

    I setup a function key to convert the color, style, and weight attributes from ByLevel element attributes to standard element attributes.

    This is the key-in I use for this:

    Level Element ByLevel unset color *;Level Element ByLevel unset style *;Level Element ByLevel unset weight *

    Regards,
    Ron

  • what happens when you turn on or enable the "level overrides" in view attributes ? do the elements follow your mapped level symbology ?

    Timothy Hickman

    CADD Manager | CADD Department

    timothy.hickman@colliersengineering.com

    Main: 877 627 3772| 

    1000 Waterview Drive Suite 201 | Hamilton, New Jersey 08691

  • Tim, When I do that the element will follow the Level Overrides as per the Level Library of our configuration.  But these Level Attributes are not the ones I'm looking for, And I think it would be confusing to have one drawing using Overrided while the others do not. 

    This is a good idea to keep in mind though while messing around with converting dwg's to dgn's.

    Thanks,

  • Thank You MaryB and Ron,

    To answer your question MaryB, "yes" the original dwg has it's layer attributes set to "ByLayer".  

    So I will use Ron's trick of getting all the 'remapped' levels to go from "ByLevel" to being set per element.

    I was wondering if I was missing something about the functionality of the "remaptemplate.xls" file, and I just didn't have it setup correctly.

    Thank You Both,