combine 2 lisp functions for rotate viewports in selected layouts

combine 2 lisp functions for rotate viewports in selected layouts

jtm2020hyo
Collaborator Collaborator
948 Views
4 Replies
Message 1 of 5

combine 2 lisp functions for rotate viewports in selected layouts

jtm2020hyo
Collaborator
Collaborator

R2CP: rotate selected objects to one center point.

ROTATEMULT: rotate multiple blocks the same time,  linear rotation, I mean this lisp add any value to actual rotation value.

processviewportsinallsellayouts_v2: move all viewports inside selected layouts

 

so I need a hero to combine those lisp function for move / rotate circular / rotate radial, all viewports inside selected layouts ,and If possible do the equivalent to mirror. all that add to "processviewportsinallsellayouts_v2" lisp.

0 Likes
949 Views
4 Replies
Replies (4)
Message 2 of 5

devitg
Advisor
Advisor

Please upload your sample.dwg where you will apply such lisp

 

0 Likes
Message 3 of 5

jtm2020hyo
Collaborator
Collaborator

REPLY 1 OF 3

PROCESSVIEWPORTSINALLSELLAYOUTS_V2:
1 select layout
2 choice option "PICK" in Promp bar

3 pick 2 points

4 work done

 

imagen.png

 

 

0 Likes
Message 4 of 5

jtm2020hyo
Collaborator
Collaborator

REPLY 2 OF 3

 

R2CP:

Rotate selected block to one point.

1 select blocks

2 choice center point

3 enter offset angle  (90 degrees in the drawing )

4 all selected blocks aim one center point

 

 

imagen.png

 

 

 

 

0 Likes
Message 5 of 5

jtm2020hyo
Collaborator
Collaborator

REPLY 3 OF 3

 

ROTATEMULTIPLE:

add an offset to block angle

1 select block

2 introduce any number (36 degrees in the drawing)

3 lisp will add an offset angle to all selected blocks

 

 

 

imagen.png

0 Likes