- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all I have drawing in georeferenced system
I need to get geometry values for some points on drawing.
What I usually do? I pick each point, open properties, copy position X, paste in excell, etc.. the same i do with Y and Z position.
If u have one point this is ok but if You have 50 points or more its quite boring and i can make error somewhere.
I didnt find any command which will help me to simplify this procedure, i ll try to find similar lisp, but i didnt find it.
So can someone please help me and make me a lisp for this. to choose points in a row like point 1, 2, 3, 4, 5, etc and when i choose the last one the lisp made me a table in Autocad which will look like this bellow.
point X Y Z
1 positionX1 positionY1 position Z1
2 positionX2 positionY2 position Z2
. . . .
. . . .
. . . .
LAST positionXLAST positionYLAST position ZLAST
Any help will be great thank you.
Solved! Go to Solution.