Message 1 of 5

Not applicable
01-08-2020
07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to create a command to toggle the display of images using the raster tool commands ISELECTALLINSERTIONS, IHIDEINSERTION, ISHOWINSERTION.
With object order it is nice to turn it off quickly, modify linework, then turn it back on. If there is a better way other than the raster tools, I'm all ears. I'm novice at best with lisp.
What I thought would've worked... but doesn't:
(defun c:IMF () (Command "ISELECTALLINSERTIONS" "" "IHIDEINSERTION" ) ) (defun c: IMS () (command "ISELECTALLINSERTIONS" "" "ISHOWINSERTION" ) )
Thank you!
Solved! Go to Solution.