Inserting blocks via coordinates
Inserting blocks via coordinates
(OP)
I have a list of coordinates to which I would like to insert a single block (to about 50 points). Is this possible to animate or do I have to do it manually?
Cheers. Sean.





RE: Inserting blocks via coordinates
Each line would be similar to:
Insert BlockName X,Y,Z 1 1 0
The file should be pure ASCII (use Notepad or save as DOS text file) ans should have a .scr as the extension. YOu can read the help information in AutoCAD for scripts.
RE: Inserting blocks via coordinates
Thanks
Sean