Using
Using
If you wish you can specify a different drawing file name than the block name then both names
should be entered in the column. For example the drawing file bv50.dwg contains the block
name MyBv50 then the entry in the SYMBOL_3D column should be bv50;MyBv50.
%Network_Root%\Modules\Base\%APP_DIR%\symbols
If you wish to make this path project specific then the project modules definition file
(modules.ini) must be modified in the project location with the following change:
This example shows the change for the Base module only; this step should be repeated for all
other modules you want to affect.
%project_root%\Config\modules.ini
[Base]
...
SYMBOL_SEARCH_PATH = %Network_Root%\Modules\Base\%APP_DIR%\symbols
Change to
[Base]
...
SYMBOL_SEARCH_PATH = %PROJECT_ROOT%\Config\modules\Base\%APP_DIR
%\symbols;%Network_Root%\Modules\Base\%APP_DIR%\symbols
Now that you have your symbols defined and the specs modified the designer can toggle the use
of symbols in any session. To do this select the drawing preferences dialog from the menu
Piping\Setup\Drawing Preferences…
Note if the symbol size does not match the sizes specified in the spec then the resulting display
may be incorrect; see the example below where the bottom valve symbol is too small for the size
specified resulting in the flange appearing to be disconnected.
Should a user decide to use a different column name than that delivered i.e. SYMBOL_3D then
the class property field 3D_SYMBOL_NAME_FIELD, should be modified as demonstrated
below, to match the column name used in the spec.