Inventor DWG to AutoCAD DWG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using LISP I have created code that takes an exported AutoCAD DWG (from Inventor DWG) and separates model geometry from annotation geometry and places each into their respective space (model space/paper space). The code also remaps layers and other company standards that normally get applied to AutoCAD drawings.
The problem I am having is with detail views that are scaled differently than the base view. The code takes the exported drawing and scales the two spaces accordingly so that everything in model space is 1:1 (except details) and in paper space scales borders/titleblocks/symbols/dimensions/text/etc. up or down to a certain size paper layout and then applies the correct dimension styling and scaling to make it all appear correctly.
Is there a way though code, lisp or ilogic, to isolate views/geometry that use a different scale from the base view and scale the geometry back to 1:1?