DWGSHEETPLOTTEXT

Last modified by superadmin on 2021/05/04 17:09

Text that is plotted on all IMPACT drawings. Below are the fields that can set to the variable.

The AutoCAD session needs to be closed for the variables to reload.

FieldDescription
$yearThe year in format YYYY
$mmThe month in format MM
$dayThe day
$hourThe hour in format HH
$minThe minute
$getvar(DWGPREFIX)The search path for the file
$dwgnameThe file name

Table 1: Description of the plot macro fields

Example of the IMPACT default setting:

VariableTypeValue
DWGSHEETPLOTTEXT0PLO: $year-$mm-$day $hour:$min $getvar(DWGPREFIX)$dwgname

dwgsheetplottext00dwg.png

Image 1: Plot macro on the drawing

dwgsheetplottext00pdf.png

Image 2: Plot macro on a plotted drawing (pdf)

Example with a user default setting:

VariableTypeValue
DWGSHEETPLOTTEXT0PLOTTED: $year-$mm-$day $hour:$min

dwgsheetplottext11dwg.png

Image 4: Custom plot macro on the dwg file

dwgsheetplottext11pdf.png

Image 4: Custom plot macro on a plotted drawing (pdf)