←  nanoCAD forum

nanoCAD forum

»

Coordinate export

Nefryt's Photo Nefryt 15 May 2020

Hello!
I am asking for help in reading the coordinates of lines and points in the project which I have to designate in the field.
Is it possible to read the coordinates (X, Y) of the points in NanoCad and export them to a file, e.g. TXT format.
I had Autocad, it was necessary to read the LISP add-on and use it to get the * .txt file with coordinates.
And how is it in NanoCad, anyone has an idea?
Quote

Kreator's Photo Kreator 15 May 2020

Hello.
NC 5 doesn't support LISP, but NC 20 does, try it.
Quote

Nefryt's Photo Nefryt 15 May 2020

Thank you for the quick reply - I am already downloading NanoCad20;)
Where is the option to export X, Y coordinates to a TXT file?
Do I have to install any add-on, e.g. lisp?
Quote

Kreator's Photo Kreator 15 May 2020

You should use some LSP script, like you did in AC. The other way is to use report tables. Place a table, choose Report type - you can pick any objects and show their properties in a table, then you can export the table to a file.
Quote

karmi's Photo karmi 19 May 2020

View PostKreator, on 15 May 2020 - 12:08 PM, said:

Hello.
NC 5 doesn't support LISP, but NC 20 does, try it.
NanoCad 5 support lisp. Application Load command and load your lisp file...

View PostNefryt, on 15 May 2020 - 11:54 AM, said:

Hello!
I am asking for help in reading the coordinates of lines and points in the project which I have to designate in the field.
Is it possible to read the coordinates (X, Y) of the points in NanoCad and export them to a file, e.g. TXT format.
I had Autocad, it was necessary to read the LISP add-on and use it to get the * .txt file with coordinates.
And how is it in NanoCad, anyone has an idea?
Hi, try in this website. There are various lisp code for your question

http://www.sepram.it/lisp.html
Quote