Jump to content

Recommended Posts

Posted

Hi All,

 

How to convert my drawings from X-Y to X-Z by Lisp? please help.

 

Thankyou.

X Y to X Z.jpg

Posted

Use the _3DROTATE command. Or start a new dwg, flip the UCS and insert.

Posted

ROY,

thanks for reply. any lisp routine for quick operation (XY plane to XZ plane)? i have tried _3DROTATE. but not getting good results.

 

Thanks.

Posted

I prefer rotate3d to 3drotate.

Here are the prompts and response to go from XY to XZ.

 

Command: ROTATE3D

Current positive angle: ANGDIR=counterclockwise ANGBASE=0

Select objects: Specify opposite corner: 5 found

Select objects:

Specify first point on axis or define axis by

[Object/Last/View/Xaxis/Yaxis/Zaxis/2points]: x

Specify a point on the X axis :

Specify rotation angle or [Reference]: 90

 

~Lee

Posted

I rotate the UCS and then just use Rotate command.

Posted

I have never had a problem with rotate3d, one suggestion Specify a point on the X axis : pick the lower left point of your object

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