Skip to Main Content
Need Support? Let’s guide you to the right answer or agent.
Status Already exists
Created by Guest
Created on Dec 1, 2023

Option to auto Ignore Shape File

When we open an AutoCAD file, we are being prompt to select a shape file.

Most of the time this can be ignore.


If we would have an option to ignore Shape file

  • Guest
    Reply
    |
    Jul 5, 2024

    Thank you Phil

  • Admin
    Phil Conard
    Reply
    |
    Jul 5, 2024

    Hi, this setting is available in a dmsset variable:

    SHOWMISSINGSHAPES

    Controls how integrated AutoCAD handles missing SHX files:

    • If set to 1 (default), and you open a document with one or more missing SHX file, a dialog opens, prompting you to select a font to use in place of the missing SHX file.

    • If set to 0, and you open a document with one or more missing SHX file, the missing SHX files are simply ignored. AutoCAD neither prompts you to select another font, nor does it attempt any font substitution of its own.