Issue:
When opening a drawing that used to contain a large TIN Surface (surface containing more than 2 million surface points), and the surface has since been deleted from the drawing. The following message continues to display when opening the subject drawing:
External Surface File Not Found
"External Surface File Not Found: File <path>\<name>.mms, which contains the geometry for surface <name> was not found.
If you can find file <path>\<name>.mms, move it to <path>\<name>.mms, then close this drawing and reopen it.
Otherwise, try rebuilding surface <name>."
Causes:
Object reference resides in the drawing as a Proxy Entity.Solution:
Try either of the suggestions below.
Option 1
- On the command line type "QSELECT" and hit enter.
- Expand the "Object Type" drop-down.
- Find and select "ACAD_PROXY_ENTITY" in that list.
- Change the "Operator" value to read "Select All".
- Click "OK" to find and select the object.
- Once selected, use the Delete key or ERASE command to remove the object.
- Save the drawing.
Note: Option 1 may be faster, but some have reported crashing when deleting the proxy object.
Option 2
If you can find the mentioned MMS file:
- Place the mentioned MMS file in the same folder as the associated DWG.
- Open the drawing in Civil 3D.
- Delete the surface from the Civil 3D Toolspace palette > Prospector tab.
- Run an AUDIT and PURGE > All, see Optimizing drawing files in AutoCAD with Purge, Audit & Recover.
- Open the drawing and observe the name of the MMS file in the message.
- Noted down the name of the MMS file.
- Close the drawing and try to find the associated MMS file.
- Copy it to the same folder as the main drawing.
- If not able to find the associated MMS file in Step 3,
If you cannot find the mentioned MMS file:
- Copy any MMS file and rename it to the mentioned MMS file name.
- Place the copy in the same folder as the associated DWG.
- Open the drawing in Civil 3D again. You may receive warnings in Panorama.
- Delete the surface from the Civil 3D Prospector.
- Run an AUDIT and PURGE > All, see Optimizing drawing files in AutoCAD with Purge, Audit & Recover.