LISP Rotate 2 Lines by End Point

LISP Rotate 2 Lines by End Point

sean.fincherTMHZD
Contributor Contributor
329 Views
2 Replies
Message 1 of 3

LISP Rotate 2 Lines by End Point

sean.fincherTMHZD
Contributor
Contributor

See the attached Image for better Context

 

seanfincherTMHZD_0-1696302997656.png

 

I am trying to rotate 2 3D polylines so that they miss the circular block in the image above. Is there a Lisp where you can select two lines that meet at a common point and rotate them so that they rotate at the intersection point of the two lines whilst retaining their base point at the other end of the line? I.E I want to do to the red line what has been done to the green line. 

0 Likes
330 Views
2 Replies
Replies (2)
Message 2 of 3

Sea-Haven
Mentor
Mentor

Manually, Line pick end, Tan, pick circle.

Line pick other end, Tan, pick circle.

Fillet 2 new lines.

Do you really need code

SeaHaven_0-1696310032583.png

 

 

 

0 Likes
Message 3 of 3

sean.fincherTMHZD
Contributor
Contributor

Thanks only issue was I was trying to reuse the 3D values for each polyline. Hence why I was trying to use rotate instead of manually picking the line in your way. Had a similar idea, and that might be the easiest way to do things then I can add new 3D data after the fact.

0 Likes