Search This Blog

lisp to draw grid lines with northing and easting - autocad

Draw grid line based on your selection the space between each line of the grid lines on the private layer called grid, as well as the northing and easting writes coordinates on the grid lines, according to the desired size of the text. 
Upload lisp  (see how to upload the lisp in cad file for more lisp click here) flow the following  instructions
1- Type gg in command line
2- Hit Enter Key
3- Click in the first location (left corner)
4- Click in the second location ( right corner)
5- Enter grid spacing ( i put 50 you can put your own space)
6- Hit Enter Key
7- Enter text height ( i put 2.5 you can put your own text height)
8- Hit Enter Key
See how it will work and download =>

Download  this lisp



autocad lisp

18 comments:

  1. gg is an unknown command.... this whole article is now rendered useless :(

    ReplyDelete
    Replies
    1. you need to load the lisp first....

      Delete
  2. Thank you very much, man.
    This is just what i needed.

    You are the best

    ReplyDelete
  3. Great program, any chance to provide the lisp code?

    Thanks!

    ReplyDelete
  4. its downloaded as Notepad file format

    ReplyDelete
    Replies
    1. open file in notepad and save as by .lsp extention. it will become lisp format. thank you.

      Delete
  5. Please provide the correct Lisp

    ReplyDelete
  6. IS THERE A WAY THE + AND - CAN BE SWAPPED? IM IN SOUTH AFRICA WHICH MEANS OUR SYSTEM IS MIRRORED TO THE NORTHERN HEMISPHERE. I NORMALLY JUST ADD FORMULA *-1
    THANKS

    ReplyDelete
  7. hii..
    i tried this but i didnt get that gg command. i already apploaded lisp file but still not working gg command.

    ReplyDelete
    Replies
    1. maybe you select small area please check to select big area

      Delete
  8. How do you get all the labels to display? I only have the ones around the selected area, but need the individual "boxes" with coordinates on them.

    ReplyDelete
  9. Is there a lisp to write coordinates at every intersection point

    ReplyDelete
  10. hey! thank you very much for this useful lisp!
    i need this to be set color 8 instead of color 9 for grid layer. would you please help me?

    ReplyDelete
  11. thank you very much this is very good.

    ReplyDelete
  12. Is there a way to customize the text style to something else?

    ReplyDelete
  13. the download link is not a lisp file.

    ReplyDelete
  14. Hi, I tried to upload the file in BricsCAD but I can't because it is a .FAS file, There is a way I can downloads the lisp. Thanks very much.

    ReplyDelete
  15. Thanks.Very helpful and quite straight forward

    ReplyDelete