Does anyone know how to keep linestyles from automatically being loaded into dgnlib'sand dgn files? I have been trying to limit the number of linestyles available to our usersbut this autocreation of linestyles in files is making it almost impossible to purge them.
Any help would be appreciated.
Tom
Just by coincidence, we have a ticket in support for that very subject right now... Line styles aren't something that we work with very much in the building team so we've enlisted some internal help.
But if anyone reading this happens to know, we're all ears! :)
If you are meaning custom Linestyles, then these are loaded by default from your workspace system\symb\ directory and your standards\symb\ directory. The definition of these directories is controlled by the MS_SYMBRSRC config variable.
They are resource files with *.rsc extension, though some of those will be font files. The line style ones will hopefully have used *lstyle* in the name and *font* for the font files.
People tend to change jobs and take their *.rsc files with them and if not controlled over time it can end up becoming a mess with duplicate names in multiple files. You can try and figure out what is what in the custom line style editor or you can move all the files out and put them back one at a time to see what you get. But it will be a pain to straighten out if you want to keep some from one file and some from others. HTH
Hi Tom,
The issue here is the familiar one of library contents being copied into the active file to support DV creation. As well as levels, line styles and pattern cells in the active dataset that might be used by DV during the display of nonpersistent graphics are also copied into the active file.
Compress will remove unused content from dgn files but not from dgnlibs which is causing the duplication in your library dgnlibs.
Obviously DV creation is not a concern when managing dgnlibs so I suggest that anyone managing dgnlibs uses a specific UCF or PCF combination that contains the variable BB_DVDATASETELEMENTS=0 that will disable the copying of library content.
Marc
Marc,
Yes, I can see the need for content to be copied to files for DV creation.
However, unlike levels and pattern cells, "All" line styles are copied to active file.
Not just line styles needed for DV creation.
Thanks,