Jump to content


Plotting a list of Eastings and Northings as circles


4 replies to this topic

#1 AndyLaverty

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 05 October 2020 - 02:50 PM

Is it possible to plot a list of Eastings and Northings as circles and how would i go about this.
Also when i am copying something from a dwg and trying to paste to original coordinates in a different drawing the layer is coming up but not the box or lines i am copying.

Any help would be apreciated.

Andy

#2 todouble22

    Newbie

  • Members
  • Pip
  • 6 posts

Posted 05 October 2020 - 11:14 PM

You can do it with a lisp routine. make sure your drawing units are set correctly (decimal and surveyor units). you will also want to change your point style (use "ddptype") to make your points a circle. A basic lsp routine would be like this. (you'll have to add in your points in a text editor like notepad) ::

(defun C:NEE ()
(command "point" "100,100,100" "200,200,200"
)

)


#3 AndyLaverty

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 06 October 2020 - 07:39 AM

I can only get it to plot the first point, any idea what im doing wrong. I have copied from notepad and tried putting a comma at end of each value as well?

#4 AndyLaverty

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 06 October 2020 - 07:47 AM

is this because i am using the free version?

#5 todouble22

    Newbie

  • Members
  • Pip
  • 6 posts

Posted 06 October 2020 - 12:13 PM

I am also using the free version and it worked for me. you will need to put all Northing, Easting, Elev's in "" just like my example showed.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users