
CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.
Please abide by the
rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
Author |
Topic Search Topic Options
|
Anders79
Groupie
Joined: 27.Dec.2011
Location: Sweden
Using: AutoCAD 2012 lt
Status: Offline
Points: 24
|
Topic: XYZ-list from points? Posted: 27.Dec.2011 at 12:10 |
Helluu! Is it realy so that there's no easy command in autoCAD/autoCAD tl to make a simple xyz-coordinate txt-file fom a couple of points in a dwg-drawing? Now i use the list-command and copy-paste what I need, but when it comes to more than 10 points this way is so frustrating... /Anders
Edited by Anders79 - 27.Dec.2011 at 14:54
|
Command: oops
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 27.Dec.2011 at 12:59 |
You want to export the x/y/z coordinates of multiple points from AutoCAD right?
Three options:
CadStudio's Xls2Curve (found here at the CADforum). Point manager (found at Lee Mac Programming). Export Point Coordinates (by Tony Hotchkiss, found at the Catalyst magazine web site > Cad Tips).
Edited by John Connor - 27.Dec.2011 at 13:19
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
Anders79
Groupie
Joined: 27.Dec.2011
Location: Sweden
Using: AutoCAD 2012 lt
Status: Offline
Points: 24
|
Posted: 27.Dec.2011 at 13:53 |
Thanx, but those are LISP-based solutions? Since I'm working with AutoCAD LT lisp doesn't work.
Edited by Anders79 - 27.Dec.2011 at 14:55
|
Command: oops
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 27.Dec.2011 at 14:02 |
Boulderdash! Man, I wish those two little letters (lt) were about a meter tall.
Yes, you're correct. Lisp is not an option.
Don't you know anyone using full AutoCAD that could extract the coordinates for you?
ATTEXT won't work?
Edited by John Connor - 27.Dec.2011 at 14:08
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
Anders79
Groupie
Joined: 27.Dec.2011
Location: Sweden
Using: AutoCAD 2012 lt
Status: Offline
Points: 24
|
Posted: 27.Dec.2011 at 14:24 |
as I recall ATTEXT only works with blocks, and not just points. (I never managed to make ATTEXT work with blocks either, but still..)
Edited by Anders79 - 27.Dec.2011 at 14:55
|
Command: oops
|
 |
heinsite
Senior Member
Joined: 05.Feb.2009
Location: United States
Using: AutoCAD 2014
Status: Offline
Points: 640
|
Posted: 28.Dec.2011 at 01:14 |
Someone help me with this idea here, but wouldn't it be possible to run a startup script (.lsp file) that performs the intended task on a specified target file?
Even though LT can't run LISP routines from within the program couldn't this mouse be trapped this way?
Dave
|
Dave Hein, P.E. Hawaii District Engineer Kona International Airport AutoCAD Certified Professional Autodesk Expert Elite
|
 |
heinsite
Senior Member
Joined: 05.Feb.2009
Location: United States
Using: AutoCAD 2014
Status: Offline
Points: 640
|
Posted: 28.Dec.2011 at 01:21 |
From the Help file:
To run a script at startup
- Click Start menu (Windows)
Run.
- In the Run dialog box, enter acad drawing_name /b script_name.
To start a new file, instead of a drawing file name, enter the /t switch and the name of a template file: /t template_drawing.
To open a drawing file to a particular view, follow the drawing name with the /v switch and the name of the view: /v view_name.
The name of the script file must be the last parameter listed. The file extensions are optional.
- Click OK.
AutoCAD opens the drawing and executes the commands in the script file. When the script has been completed, the command prompt is displayed.
Seems workable to me. Find the script that's purported to extract the data needed and plug it and the target filename into the procedure above. Let us know where the smoke originates. 
Dave
|
Dave Hein, P.E. Hawaii District Engineer Kona International Airport AutoCAD Certified Professional Autodesk Expert Elite
|
 |