I have a problem trying to make the symbols generated as annotations to Dynamic Views look the way I want them to. It used to work in SS4, but seems in Connect it's not.
In my dataset both in the dgnlib-folder:
- DetailingSymbolstyles.dgnlib (1): I have all the models in this file modified to look the way I want them to (text font, text size, symbols);
- Drawingseed_architectural.dgnlib (2): This file should be the file in which I define the settings using the Detailing Symbol Styles dialog, since this is used as seed to generate drawings/sheets with the Dynamic View method.
When in (2) I can edit some Detailing Symbol Styles, I edit the 'Default'. When changing a cell, I can select every cell name available in (1) in the dropdown menu, which seems to show the file is found. I can also select another cell, and when saved the new selected file is applied to the Drawing Title on the sheet in (2). However, these cells don't look like the ones in (1), I changed font size/style and even added some extra elements (some random lines) in the models, but this doesn't seem to show.
I found some things on this forum, which made me define a variable, which wasn't defined yet, and made it refer to (1):
- MS_DETAILINGSYMBOLS_CELLLIST= B:\Connect\Configuration\Datasets\Dataset_3.0\dgnlib\DetailingSymbolStyles.dgnlib
However this had no result, so maybe this variable isn't in connect anymore which would explain it's abscence in the first place, but not sure about that.
Any ideas what could be the problem?