jn1981 Posted May 22, 2009 Posted May 22, 2009 Hi! At first sorry for bad english. I have tried Googling solution for this problem but I havent got any smarter, so i thought maybe somebody in this forum can help me? I have about 10 000 points and all of them have X, Y, Z coordinates, unique point number and class-number. I need to plot them all separately with vectormap on background. Each point needs to be plotted with title block where target point XYZ, point number and class-number is displayed. I would not want that job to be done with clicking each point separately, thats hard work. Is this following the only way to do this: 1. At first: creating somekind of autotitleblockinsert-script where i repeat 10 000 times - block insert -command and put those 10 000 points X-, Y-coordinate values in that script. 2.Second: and those 10 000 title block inserted automatically reads target point x,y, z, class-number values. 3.third: then plotting all those points with titleblocks with autoplot-script where plotting is repeated 10 000 times where plotting area is based on limits from each point. Any help is very much appreciated! Quote
Cad64 Posted May 23, 2009 Posted May 23, 2009 First of all, why in the world do you need to plot 10,000 individual points on separate sheets with a title block? What is the purpose? Unless you want to do each one manually, 10,000 times, you will need to script this procedure somehow. But since you're using LT you won't be able to use a lisp routine. You would have to create some sort of looping macro that could read the point information from an excel form. I'm not sure how that would work, so I have moved your question to the "Customization" section. Maybe someone else has an idea? Quote
Lee Mac Posted May 23, 2009 Posted May 23, 2009 While you're at it, you might also want to replant the forest you just destroyed... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.