Message 1 of 9
Code Works in Vanilla AutoCad 2010, But Not in AutoCad Mechanical 2012
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Ok, I have code that works just fine in AutoCad 2010 (just plain ol' AutoCad), but will not run completely in AutoCad Mechanical 2012. The code will draw lines, arcs, circle, plines, etc. as well as insert blocks. The command to insert the block has the entire block path so I don't have to rely on setting that up for everyone.
In AutoCad Mechanical only the blocks show up. No lines, arcs or anything else is drawn. I do not use a command method (like in LiSP) to create those objects, I create them through the block table and block table records.
What do I have to do to get my code to run in AutoCad Mechanical 2012?
Thanks,
Mark
