With VBA future under a cloud go for VLISP pretty simple to do GETPOINT insert 1 block then either use the AARAY command or do form first principle using a double REPEAT row-column & POLAR command to work out new x value new y value.
Code:(repeat row (repeat column (insert xy ......... (setq x (polar x dist 0)) ..... ) (setq y (+ y rowdist)) )




Reply With Quote

Bookmarks