Message 1 of 1
Creating detail view from model space objects
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm working on an AutoCAD plugin which automates the drawing creation process. For some drawings I want to create detail views. I've gone through the APIs, but haven't found any classes related to detail view creation. However, I've tried creating one through AutoCAD command 'AMDETAIL' by executing the command through 'SendStringToExecute' function. The command works but requires user interaction at some point, which we want to eliminate.
Please let me know if there are any APIs which can be used to create the detail views, or is there any way I can skip the UI prompted through the AMDETAIL command.