Configuration Settings
- Last UpdatedNov 06, 2025
- 2 minute read
The application utilizes a configuration file that provides the ability for you to configure the program to function in a way that suits your company standards. The configuration file is located in the product defaults directory %PDMSDFLTS%\assembly and the file is named assydrwg.cfg.
If you enter the drafting module as an Administrator, the Assembly Drawing toolbar
will contain an extra option
. Click on this Modify Settings button and the Assembly Drawing Configuration Editor form will be displayed as shown below. Each section of this form deals with a particular
set of configuration settings.

The configuration settings are handled by the application form !!assyDrwgConfig and the object ASSYDRWGCONFIG. Each entry in the configuration text file corresponds to the same object method. For example, the first option in the file is whether a drawing should be created when the application is run.
#
# Configuration file descriptions for the Assembly Drawing application
# MARINE Version 12.0 version 1.0
# -----------------------------------------------------------------------
#
# CREATE DRAWING
#
# Whether an assembly drawing is created when the process is started;
#
createDrawing = YES
# createDrawing = NO
# -----------------------------------------------------------------------
The configuration file describes the value as createDrawing which corresponds to the object method .createDrawing This makes it easier to modify if you choose to utilize a Text Editor rather than the supplied User Interface.