Jump to content

How to export coord data using Getpoint function


Recommended Posts

Posted
does anyone know how to change the lisp routine to change the coordinates

from millimetes to meters

 

I get the coordinates in metres as it stands.

 

If your drawing uses millimetre coordinates and you want to output metre coordinates, then you will have to divide by 1000. If you can't manage to do that yourself in lisp. then scale your drawing by 0.001, and you will get the output in metres. :D

 

Adapt your working to what is available o:)

  • Replies 25
  • Created
  • Last Reply

Top Posters In This Topic

  • ASMI

    7

  • eldon

    5

  • surveyman

    4

  • alex.rees

    3

Top Posters In This Topic

Posted Images

Posted

Thanks for the reply

 

My knowledge in Autocad is limited, I'm using it mainly to export

xyz coordinates to a total station for stake out purposes.

 

The cad file is set in millimeters, is it possible to make the conversion

to meters from within the lisp routine, and then write the points

to the output file and also display the coordinates.

 

Thank-you

Posted

Of course it is possible to do as you ask, but you may have to do it yourself. It may take you some time to learn.

 

In the mean time, the output file is a csv file, so you could do all the calculations in a spreadsheet.

Posted

Thanks for your reply.

 

I'll give it a try.

  • 2 years later...
Posted

Hello

This is what I am after. I can get it to run on a localized drawing, but the text (multileader) comes out massive compared to the drawing. Any idea what I can do to make it smaller?

 

With this lisp I can put the co-ords on the drawing to bring out on site, which will be quicker and more accurate than working them out with a calculator.

Posted

Hello

 

This is what I am after. I can run it on my drawing however the text comes out massive. How can I make it smaller to suit the dwg?

 

I want to print the dwg with the local points on it to take out on site.

 

Thankyou

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...