Message 1 of 2
AutoLISP for inserting multiple images at multiple coordinates

Not applicable
11-20-2017
03:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to create a LISP that allows me to insert multiple images at multiple coordinates. I have a list of coordinates in an excel file, and all of the images should be inserted with the same scale (500) and rotation (0). I would like the LISP to be versatile, so as it can be used for a different set of images, a different set of coordinates and a different scale (that scale would apply to all images that I would be inserting at any one time).
Does anyone have any ideas?