Jump to content

Recommended Posts

Posted

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.

Posted

Don't rotate the drawing, rotate the crosshairs using SNAPANG.

Posted
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.

Posted

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

Posted

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.

Posted

Or DIESEL macro button

^c^cucsfollow;1;ucs;ob;

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...