BLOCK INSERT ROTATE ON TAB KEY EACH 90DGR

BLOCK INSERT ROTATE ON TAB KEY EACH 90DGR

smallƑish
Advocate Advocate
1,724 Views
13 Replies
Message 1 of 14

BLOCK INSERT ROTATE ON TAB KEY EACH 90DGR

smallƑish
Advocate
Advocate

I m looking for a program to insert blocks continuously by clicking the mouse like a copy command, but need to rotate each 90dgr by pressing any key without exiting the cmd. Is that possible?   screen short attached for reference. 

 

withsreekanth_0-1647510515871.png

 

0 Likes
Accepted solutions (2)
1,725 Views
13 Replies
Replies (13)
Message 2 of 14

ВeekeeCZ
Consultant
Consultant
Accepted solution

TAB again?! It seems horribly inefficient to me. With a built-in INSERT palette, you can toggle on Rotation and Repeat, and with ORTO on you simply point a cursor into a direction of rotation. Something like THIS 

 

If I would ever write a LISP for this, it is only because to maintain OSNAPs (turn off for the direction), the workflow itself is pretty good.

Message 3 of 14

Kent1Cooper
Consultant
Consultant
Accepted solution

It could be done in the same was as in the Circle-size options in your other topic, simply changing the Circle command to an Insert command, and the property that gets changed, and the calculation of the increments in the value.

Kent Cooper, AIA
Message 4 of 14

smallƑish
Advocate
Advocate

Was not aware of Toggle on Rotation, Thank you so much. You saved me a ton of time.

0 Likes
Message 5 of 14

ВeekeeCZ
Consultant
Consultant

@smallƑish wrote:

Was not aware of Toggle on Rotation, Thank you so much. You saved me a ton of time.


 

Tool palettes (Ctrl+3) offer a "Prompt for Rotation" toggle for blocks too.

Message 6 of 14

smallƑish
Advocate
Advocate

When Inserting blocks from pallet, The rotating option is no more available:( pressing “R” key is not that easy. Any advice for that? I m using Autocad 2018

0 Likes
Message 7 of 14

andkal
Collaborator
Collaborator

Direct solution for your problem I dont have, but maybe you will find useful this plugin which rotates objects 90°around their center with each press of spacebar (so you can just rotate your blocks after inserting them)

https://apps.autodesk.com/ACD/pl/Detail/Index?id=7572889072973596220&appLang=en&os=Win32_64


• www.autolisps.blogspot.com - Productivity plugins for Autocad and Autocad MEP
• Autodesk AppStore
0 Likes
Message 8 of 14

Sea-Haven
Mentor
Mentor

Like BeekeeCz maybe something like this as menu command

 

^c^cortho on INSERT ca3ch-1 DRAG \1;;DRAG

 

0 Likes
Message 9 of 14

ВeekeeCZ
Consultant
Consultant

Insert palette came with ACAD 2020. Prior to that, you can use Tool Palletes which offers a similar user experience.

 

BeekeeCZ_0-1647599266488.png

 

Or if you prefer a lisp, it's fairly easy to write... there are many many examples in this forum. 

0 Likes
Message 10 of 14

smallƑish
Advocate
Advocate

UPDATING AUTOCAD 2018 TO 2020 

0 Likes
Message 11 of 14

ВeekeeCZ
Consultant
Consultant

I think there was some issue with the Repeat option.. make sure you have all updates installed. Although not sure whether it was fixed in 2020. If you could get 2022, go for it.

0 Likes
Message 12 of 14

smallƑish
Advocate
Advocate

Downloading 2021 

0 Likes
Message 13 of 14

_Tharwat
Advisor
Advisor

@ВeekeeCZ wrote:

I think there was some issue with the Repeat option.. make sure you have all updates installed. Although not sure whether it was fixed in 2020. If you could get 2022, go for it.


It is available in CAD 2020 

_Tharwat_0-1647627923692.png

 

0 Likes
Message 14 of 14

Gobel_A
Enthusiast
Enthusiast

This is a classic request from electricians to rotate the symbols according to the location on that wall. I often use lee-mac's ingenious lisp to lay out blocks and also number the attributes of electrical circuits. This one can't work with object snap, but it can work with grid snap enabled.  For circuit numbering I sometimes use automatic numbering (e.g. fire systems), for sockets and lighting I switch off automatic numbering (toggle numbering) and choose the increment manually.

https://lee-mac.com/numinc.html

0 Likes