Variables

Variables display dynamic information in the title block. Write them in the form {variable-name}, and the program replaces the name with its actual value.

User Variables

You can define user variables at two levels:

a) For the entire project: F12 - Project - Variables

b) For a single page: the User Variables tab in the Page Setup dialog.

variables precedence

If a variable is defined at both levels, the page-level value takes precedence over the project-level value.


System Variables

Project-wide system variables:
name meaning
_path path to the drawing
_file file name of the drawing
Page-specific system variables:
name meaning
_po page number (ordinal)
_pc total page count
_pcs sheet number (for multi-page reports: one sheet of paper = one page)
_pcsc total sheet count (for multi-page reports: one sheet of paper = one page)
_pa page abbreviation (short name)
_potb page number (counting only pages with a title block)
_sc page scale
_du dimension unit
Some variables display correctly only in print preview and in print.

Difference Between _po and _pcs

Consider a drawing with 3 pages:

Page 1 contains a drawing (1 sheet of paper).
Page 2 contains the bill of materials (5 sheets of paper).
Page 3 contains a drawing (1 sheet of paper).

Here's how the variable values differ across sheets:

sheet_po_pcs
111
222
323
424
525
626
737
chat support