Skip to main content
April 2, 2026Al Whitley/4 min read

Configuring AutoCAD for VDCI Template: Command Options and System Variables

Master AutoCAD Template Configuration for Professional Workflows

Template File Configuration

Working in template files (DWT format) allows you to save command defaults and system variables that will be applied to all new drawings created from this template.

Command Option Configuration Process

1

Access Fillet Command

Navigate to Home tab and use the Fillet command with right-click Radius option

2

Set Fillet Radius to Zero

Confirm Fillet Radius is set to 0 instead of the default 0.5 value in 2014 and earlier versions

3

Configure Text Height

Use Single Line Text command and set variable height to 6 instead of default 1/8

4

Save Template

Use File > Save As to save changes to the DWT template file

AutoCAD Version Default Differences

Feature2014 and EarlierCurrent Setup
Fillet Radius0.50
Text Height1/86
Recommended: Always verify and standardize these values in your template file

System Variable Categories

Command Options

Variables that control default settings for drawing commands like Fillet and Text. These are saved within the template file for consistent behavior.

User Interface Variables

System variables linked to the CUIX file that control display options, performance settings, and visual feedback during operations.

Image Frame Variable Options

Value 0: No Border
33
Value 1: Printable Border
33
Value 2: Non-Printable Border
34

VTOptions Animation Settings

Pros
Disabling animations improves system performance
Reduces lag during pan and zoom operations
Provides more responsive drawing experience
Cons
Less visual feedback during navigation
May feel abrupt for users accustomed to animations

Image Frame Configuration Options

FeatureSettingBorder DisplayBorder PrintsResizable
Value 0NoNoNo
Value 1YesYesYes
Value 2YesNoYes
Recommended: Use Image Frame value of 2 for optimal workflow control
Point Display Visibility

PDMode value of 0 creates tiny dots that are difficult to see. Setting PDMode to 3 provides better visibility for point objects in your drawings.

Essential System Variables to Configure

0/4
Template Configuration Complete

Two comprehensive PDF documents are provided: Command Options for drawing command defaults and User Interface for system variables. Use these resources to fully configure your VDCI template.

This lesson is a preview from our CAD Certificate Program Online (includes software). Enroll in this course for detailed lessons, live instructor support, and project-based training.

We're currently working in our template file, which I can verify by navigating to File > Save As. Notice that it's saving as the VDCI template file with a DWT extension. I'll overwrite the existing file—this is VDCI template 01, our foundation for standardized drawing practices.

Before this template becomes fully functional, we need to configure several critical software settings. This involves two primary areas: system options (or system variables) that control AutoCAD's behavior, and command defaults that establish consistent workflows across all projects.

Let me demonstrate with a practical example. I'll navigate to the Home tab and draw two intersecting lines. When I access the Fillet command and right-click to check Radius, you'll see the Fillet Radius variable is currently set to 0. This is crucial because AutoCAD doesn't consistently default to this value—versions 2014 and earlier shipped with a default Fillet Radius of 0.5, which can disrupt standardized workflows. By confirming our Fillet Radius is 0 and executing the command on these test lines, I'm embedding this setting directly into our template file. Now I can delete these temporary lines, knowing the variable is properly configured.

This process of setting command defaults within the template file ensures consistency across all drawings created from this template. Let's examine another critical setting: text parameters.

I'll select Single Line Text and establish a base point. Notice the variable height displays as 6 units. In some AutoCAD installations, particularly older versions, this might default to 1⁄8 inch, which would create scaling inconsistencies in our drawings. By confirming this setting at 6 and executing the command—pressing ENTER twice, typing sample text, then pressing ENTER twice more before deleting—I'm establishing this as our template standard.

These configuration steps are essential for maintaining professional drawing standards. Each variable we set becomes part of the template's DNA, ensuring every new drawing begins with our established parameters. Let me save these changes by going to File > Save As and overwriting our template file.


I've prepared a comprehensive document titled "Command Options" that details every variable you'll need to configure for full VDCI compliance. Rather than walking through each setting individually—which would be time-intensive—this reference document provides the complete framework for template optimization. These settings cover everything from drawing units and precision to layer management and annotation standards.

Beyond command options, we need to address system variables linked to the CUIX (Customization User Interface Exchange) file. These settings control AutoCAD's interface behavior and performance characteristics, which directly impact productivity.

I've created a second resource—a PDF called "User Interface"—that comprehensively covers these system variable configurations. Let me demonstrate a few critical examples that significantly impact daily workflow efficiency.

First, I'll input "VTOPTIONS," which controls how AutoCAD handles visual transitions during navigation. I'm disabling animations for pan and zoom operations because these visual effects, while aesthetically pleasing, can substantially slow down performance, particularly on complex drawings or when working with multiple viewports simultaneously.

Next, let's configure the "IMAGEFRAME" variable, which controls border display around inserted raster images and PDF underlays. This setting has three critical options that affect both workflow and output quality.


By default, IMAGEFRAME is set to 1, meaning borders display and print around inserted images like JPEGs or PDFs. While this border allows you to select and resize the image, it will appear in your final plotted drawings—rarely desirable in professional presentations. Setting IMAGEFRAME to 0 eliminates the border from printing, but also removes your ability to select and modify the image. The optimal setting is IMAGEFRAME = 2, which displays the border for editing purposes but excludes it from printed output, giving you the best of both worlds.

Another essential variable is PDMODE, which controls point display style. The default value of 0 renders points as tiny dots that are nearly invisible in most drawing scales, making coordinate points and reference markers difficult to locate. Setting PDMODE to 3 creates a visible cross-style point that's easily identifiable without being visually intrusive.

Finally, I'll configure WHIPARC (spelled W-H-I-P-A-R-C), setting its value to 1. This variable controls arc display quality during zoom operations in non-regenerative mode. Enabling WHIPARC ensures smooth arc visualization during navigation, preventing the choppy, segmented appearance that can occur with complex curved geometry.

These examples represent just a fraction of the optimization potential available through proper system variable configuration. The two reference documents I've prepared—"User Interface" and "Command Options"—provide comprehensive guidance for creating a fully optimized template that will serve as the foundation for all your AutoCAD work. Take time to work through these systematically, as the upfront investment in proper template configuration will pay dividends in improved efficiency and consistency throughout your projects.

Now you have the framework to create a professional-grade template that reflects industry best practices and organizational standards.


Key Takeaways

1Template files (DWT format) preserve command defaults and system variables for consistent new drawings
2Fillet Radius should be set to 0 instead of the default 0.5 value found in AutoCAD 2014 and earlier
3Text height variable should be configured to 6 rather than the default 1/8 setting
4VTOptions should disable animations to improve system performance during pan and zoom operations
5ImageFrame variable set to 2 provides the optimal balance of border visibility and print control
6PDMode value of 3 makes point objects clearly visible compared to the default tiny dot display
7WIPARC variable controls arc display quality during non-regenerative zoom operations
8Two reference documents provide comprehensive lists of all required command options and system variables for VDCI standards

RELATED ARTICLES