
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A surveying point problem. Civil 3D makes it easy but I will only be using AutoCAD. I do not want to use Lisp programs if I can do it pasting multiple lines at the command line (or using a .scr file). I have tried several answers on forums but they all fail... "-insert blockname", is as far as I can get working.
I can insert multiple points from the command line with no text attribute but the text and point descriptions are important. Inserting points and text next to them is easy but not a good solution as they may need extracting again together for work on site.
I made a block (centre point = coordinates) with a text attribute for description but need help with the correct syntax to input all the values at the command line. After -INSERT BLOCKNAME , I have to input the rest of the data one by one. If I can get the whole line input in one go then I can use the Multiple command to enter all the points.
-INSERT BLOCKNAME X,Y,Z SCALE ROTATION ATTRIBUTE TEXT VALUE
Example I'm trying:
-INSERT BLOCKNAME 100.123,200.456,25,789 1 0 stationA
If anyone knows the correct syntax to get the whole line input in one go ... I would be very grateful. I have seen suggestions with single quotes, double quotes, brackets, but nothing works.
Or confirmation it is not possible, and I need to use Lisp or other addon programs.
Andy
AutoCAD 2017, Windows 10. Recent new user of AutoCAD.
Addition
I might add another text attribute so there could be two to input.
Solved! Go to Solution.