export x y z of multiple points to txt file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear Autocad experts
I am new user of Autocad (last version). I am importing a STEP file with no problem.
The ID fonction allows me to get the X Y Z coordinates in the SCU of points by cliking on it.
I need to do it on a large number of objects 50 to 100, representing a lot of points. So doing it by hand is a pain.
I'd like to have a function as ID, on multiple points on which I will clic.
For example, I have a yellow 3D L shape mechanical support (see attach file), and I' d like to get the list of all the
12 points coordinates x y z in a txt file, of all the 8 points for the red objet, etc, in the same reference frame.
I imagine a function allowing me to clic on mutiple points of a first object, till I say this is the last, then
start again for another object, etc.
Is it also possible to clic on a circle and get the center xyz and the radius ?
The extractdata functions is giving information but the X Y Z of the insertion point, not all the points of my object.
Thanks for your help