PDA

View Full Version : Importing survey points with numbers in AutoCAd 2011 Map



paduroiul
3rd May 2012, 09:01 am
Hi
I want to import points (number,x,y,z) saved in a notepad file.
How can I do this, what is the sequence of commands which I have to follow
The file I want to import looks like this.

MSasu
3rd May 2012, 09:11 am
One solution will be to use Excel to build a script and use SCRIPT command in AutoCAD to run it.

_POINT 499990.537,499983.388,399.872 _TEXT 499990.537,499983.388,399.872 52
Please take care of multiple spaces (<Enter>); also don't forget to end the SCR file with an empty line.

Alternatively just do a search on the forum; this issue was discussed a lot previously.

Bine ai venit in Forum! (Welcome to the Forum)

BIGAL
4th May 2012, 04:11 am
Do you have map/civil3d if so just use the "points" menu or "Aeccimportpoints" is the command

What are you trying to actually do ?