ProjectWise Design Integration Ideas Portal

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

  • Luc Poulin
  • Dec 1 2023
  • Already exists
  • Luc Poulin commented
    5 Jul, 2024 05:41pm

    Thank you Phil

  • Admin
    Phil Conard commented
    5 Jul, 2024 02:59pm

    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.