• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

rotate two sets lines

  • Thread starter Thread starter Angelo2449
  • Start date Start date

Angelo2449

Guest
Hello everyone,
I have already published a question for this subject, I propose it with in detail.
the lines to be rotated are expressed with :
Code:
 (command "_line" primogpslat xyt2gpslat "")
 (setq primalinea (entlast))
 (command "_line" primogpslat xypfgpslat "")
 (setq secondalinea (entlast))
the rotation center is:
Code:
primogpslat
the rotation direction is determined from the point
Code:
both lines must be rotated of the same angle.
I have already rotated the first line with the command:
Code:
(command "_rotate" primalinea "" primogpslat "_r" primogpslat xyt2gpslat secondogpslat "")
But with two?
Thank you.
 
is the same rotation point?
if it's the same between primaline e "" insert the second line

something like that.
(command "_rotate" primalinea Second line "" primogpslat "_r" primogpslat xyt2gpslat secondogpslat "")
 
thanks crystal,
It works great, it's so obvious that I didn't try it!
Thanks again.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top