einstainas Posted June 8, 2010 Posted June 8, 2010 hello guys. im workinga in acad 2010 (2d) .i have to draw a lot of lines which arent paralel to axes x,y. usaly i use ucs to rotate about z axe to make it paralel. but i would like to make it easier. i mean in 3d you have cube, so you can rotate your perspective of you. so can i change perspective of view in 2d, i mean i would like to rotate it not just 90 degrees but 30, 45 ect. Quote
ReMark Posted June 8, 2010 Posted June 8, 2010 Don't rotate the drawing, rotate the crosshairs using SNAPANG. Quote
rkent Posted June 9, 2010 Posted June 9, 2010 hello guys. im workinga in acad 2010 (2d) .i have to draw a lot of lines which arent paralel to axes x,y.usaly i use ucs to rotate about z axe to make it paralel. but i would like to make it easier. i mean in 3d you have cube, so you can rotate your perspective of you. so can i change perspective of view in 2d, i mean i would like to rotate it not just 90 degrees but 30, 45 ect. UCS, O, select a line. You could then do Plan, Current if you want the view rotated. Later Plan, World, UCS, World. Quote
rvpas Posted June 9, 2010 Posted June 9, 2010 Hi, If you want all the same to rotate each time you select object with ucs command Change the system variable ucsfollow to 1 and now when you use UCS,Object like rkent said above the view rotate automaticly Bye Pascal Quote
einstainas Posted June 9, 2010 Author Posted June 9, 2010 thx guys this information very useful. but i have one more question. is it imposible to make autolisp. i mean i want just type a letter pres enter then select the object. it would save a lot of type. Im just beginer in autolisp so i have no idea how to make that. Quote
einstainas Posted June 9, 2010 Author Posted June 9, 2010 I just made autolip routine of snapang. (defun c:s () (setq a (getreal "Rotation angle: ")) (setvar "snapang" a)) but how to make it work. im not sure maybe its bad. Quote
rvpas Posted June 9, 2010 Posted June 9, 2010 Sorry, I cant help you my knowledge limits itself to the diesel language. You shall have to ask your question here http://www.cadtutor.net/forum/forumdisplay.php?f=21 Bye Pascal 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.