I am trying to work with a drawing from another company. It is loaded with something called "ACAD_PROXY_ENTITY"& it's driving me batty. There are thousands of them, and I've tried everything I can think of, as they will not erase in a normal way. If I explode them, they can ...
I found a work around for removing Proxy's go and save your drawing as a AutoCAD R12/LT2 DXF (*.dxf) and after that close the drawing then open it back up and all the Proxy's are gone then you can save your drawing as an ACAD drawing again Worked for me. Thanks...
How to reset Autodesk Civil 3D Settings to Default. This could be necessary when: Application crashing on launch User Interface corruption, ribbons, palettes or workspace missing Tools or settings have been accidentally deleted or modified Application is
>appendAcDbEntity(objId, pEntity); pEntity->close(); pModelSpaceRecord->close(); return Acad::eOk; } The function requests working database (currently open .dwg), gets symbol table from it, gets model space record from the block table and appends newly created entity to the model space....