Add custom drawing view scales to QY CAD


Predefined drawing view scales are displayed in the Scale list in many different locations in the user interface, including the Drawing View Wizard, the Drawing View Properties dialog box, and the Drawing View Selection command bar.

If you want to include a standard set of custom drawing view scales across all of your draft documents, you can add them to the custom.xml file, which is located in the Preferences folder. All of the default English and metric drawing view scales that are provided with QY CAD are read from this file.

  1. Open the custom.xml file in a text editor or XML editor.

    The default location of this file is C:\Program Files\UDS\QY CAD 2022\Preferences.

  2. Scroll to the section of the file that begins with this tag:

    <DrawingViewScales version="1">

    Below this are two sets of predefined drawing view scales, English and metric. They are formatted like this:

    <DVScaleSet name=”English”> 
         <DVScale value=”100:1”/>
         <DVScale value=”80:1”/>
    <DVScaleSet name=”Metric”> 
         <DVScale value=”50:1”/>
         <DVScale value=”20:1”/>
  3. Keeping the same format, add your custom drawing view scales to the appropriate list. Any drawing view scale that employs positive numbers is valid.

    Example:

    For example, both “3:2” and “2.5:0.5” are valid values. If an entry in is invalid, it does not appear in the drawing view scale list in QY CAD.

  4. Save and close the file.