XS_DRAWING_PLOT_FILE_NAME_G
Category in Advanced options dialog box: Printing
Use to define print file names for general arrangement drawings.
Enter any combination of text and options:
NAME
NAME.-
NAME.
DRAWING_NAME
DRAWING_NAME.
DRAWING_NAME.-
REVISION
DRAWING_REVISION
REV_MARK
REVISION_MARK
DRAWING_REVISION_MARK
REV
TITLE
DRAWING_TITLE
UDA:<drawing user-defined attribute>
TPL:<template attribute>
<variable>?- <text>
The question mark (?) can be used for querying if a
<variable>
is set, and if it does, the
<text>
after the question mark will be printed. See the second example below.
This advanced option is role specific. When the type SYSTEM(ROLE) is in use, the default value is used. When the type MODEL(ROLE) or DRAWING(ROLE) is in use, you can change the value, which is then the same for all users in the current model.
Example
%DRAWING_NAME.% - %DRAWING_TITLE%%DRAWING_REVISION? - Rev %%REVISION_MARK%
%NAME% - %TITLE%%UDA:DRAWING_USERFIELD_1? - %%UDA:DRAWING_USERFIELD_1%%DRAWING_REVISION? - Rev%%DRAWING_REVISION%