flarchitect Posted March 12, 2004 Share Posted March 12, 2004 I would like the default arc drawing method to be (start, end, direction) for my arcs as I use this option the most when drawing them. Is there a way to make this the default arc method? Link to comment Share on other sites More sharing options...
Onslaught Posted March 12, 2004 Share Posted March 12, 2004 I have been using (start, end, direction) for my door swings and I just made a little script that does it. (defun c:ds() (command ".arc" pause "e" pause "d" pause)(princ)) hope this helps... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now