chelsea1307 Posted June 8, 2009 Posted June 8, 2009 Im trying to write a very basic lisp to draw a circle with entered radius then draw a line from center of circle to selected point. Ive got myself started.. i think... but im not sure how to call autocad commands like line and circle, im sure someone knows how and its easy but im stuck please let me know Quote
Lee Mac Posted June 8, 2009 Posted June 8, 2009 Just: (command.... i.e. (command "_.line" pt1 pt2 "") Where pt1 & pt2 are variables bound to point values, like (1 2 3) & (4 5 6) Quote
BIGAL Posted June 9, 2009 Posted June 9, 2009 Read the lisp help that came with your Autocad lots of examples of simple commands particuarly "down the garden path" also read all the lisp examples here there are hundereds particuarly the non vlisp versions 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.