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 :
the rotation center is:
the rotation direction is determined from the point
both lines must be rotated of the same angle.
I have already rotated the first line with the command:
But with two?
Thank you.
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))
Code:
primogpslat
Code:
♪
I have already rotated the first line with the command:
Code:
(command "_rotate" primalinea "" primogpslat "_r" primogpslat xyt2gpslat secondogpslat "")
Thank you.