XS_DRAWING_PLOT_FILE_NAME_W
Category in Advanced options dialog: Printing
Use this advanced option to define print file names for single part drawings. This advanced option also affects how the exported DWG/DXF/DGN files are named.
Enter any combination of text and options:
|
Value |
Example of the result in the print file name |
Description |
|---|---|---|
|
|
P_1 |
Part, assembly, or cast unit position, using the file name
format |
|
|
P-1 |
Part, assembly, or cast unit position, using the file name
format |
|
|
P1 |
Part, assembly, or cast unit position, using the file name
format |
|
|
2 |
Drawing revision number. |
|
|
B |
Drawing revision mark. |
|
|
PLATE |
Drawing name from the drawing properties dialog. |
|
|
Painted |
Value of a user-defined drawing attribute, f For example,
|
|
|
2 - Rev |
Adds conditional prefixes. In this example, if The question mark
(?) can be used for querying if a |
|
|
Base plate |
You can use template attributes that can be found in Template Editor. The actual values for these attributes are entered in the drawing properties dialog. Examples:
|
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.
Examples
%DRAWING_NAME.% -
%DRAWING_TITLE%%DRAWING_REVISION? - Rev %%REVISION_MARK%
If you define %DRAWING_NAME.% -
%DRAWING_TITLE%%DRAWING_REVISION? - Rev %%REVISION_MARK%, a .pdf file with
a name P1 - PLATE - Rev A.pdf will be created from a single
part drawing, where
DRAWING_NAME. = P1, which is
the part position without punctuation.
DRAWING_TITLE = PLATE, which
is the name that you have entered in the Name box in drawing properties.
DRAWING_REVISION? = Empty,
if there are no revisions. If a revision exists, the text after the question mark
(?) together with the revision value according to the revision information defined
in Rev.No. in the Revision handling dialog are written in the plot file name.
- Rev is the text to be
printed, if DRAWING_REVISION gives a value. If DRAWING_REVISION does not
give a value, the text -
Rev will not be printed. In this case, the plot file name will not have
REVISION_MARK either
because the drawing has not been revised.
REVISION_MARK = A, because A
has been defined as the revision mark in the Revision handling dialog.
When you define a switch in the
Advanced options dialog, you only use single percent signs around the switch %xxx%. When you
define a switch for an advanced option in an .ini file, you need to use double percent signs around the switch
%%xxx%%. For example, type %%BOLT_NUMBER%%*D%%HOLE.DIAMETER%% for the advanced option XS_BOLT_MARK_STRING_FOR_SIZE when you define it in an .ini file.