manohar Posted February 10, 2014 Posted February 10, 2014 Hi, I have googled & found some lisp, which draw grid based on given input on nr.of columns and rows. But i am looking for a draw grid lisp based on given spacing. Please share if you have one like this. Any help will be appreciated. Thanks Manohar. grid.dwg Quote
ReMark Posted February 10, 2014 Posted February 10, 2014 Why is a lisp routine required when two lines and the ARRAY command would do the same job? You could create a macro using the Macro Recorder feature and repeat the procedure any time you want. Quote
manohar Posted February 10, 2014 Author Posted February 10, 2014 Remark, Thanks. In array, i need to enter nr of columns & rows. My request is lisp to calculate the number of columns and rows basen on the entered spacing. Quote
ReMark Posted February 10, 2014 Posted February 10, 2014 (edited) Did you specifically search for a lisp routine that does an array based on entered spacing? Maybe you can build something more to your liking using this lisp routine (single line array) by Lee Mac. http://autocadtips.wordpress.com/2011/06/30/autolisp-array-single-line-vector/ Edited February 10, 2014 by ReMark Quote
manohar Posted February 11, 2014 Author Posted February 11, 2014 (edited) Remark, Thanks for pointing me in right direction. I have found another lisp written by Lee http://autocadtips.wordpress.com/2011/06/30/autolisp-array-rectanglular/. and other one here. Thanks to Lee & CAB. Edited February 12, 2014 by manohar Quote
Recommended Posts
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.