Message 1 of 7
Active Project Specific Commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
When working within drawings in several different projects, I've found that some commands need to be run in the active project, but they don't alert you or fail until the end of execution (sometimes after making object selections or working through all the options).
When I come across these commands, I've been modifying them to alert that you're not operating in the active project.
^C^C^P(if (= GBL_wd_cip 0)(alert "Active DWG not in active project")(c:CMD))
I'm going to be distributing these changes to the rest of our company via CUI transfer and wanted to see if anyone had suggestions for other commands I should include in this.
Here's what I have so far:
- Surfer (_wd_surf)
- Previous/Next DWG (_AWPREV, _AENEXT)
- Update/Retag (_wd_bump)
- Title Block Setup (_AESETUPTITLEBLOCK)
- Title Block Update (_AEUPDATETITLEBLOCK)