Hi, I have a predefined plane P1, a line L1 through that plane at an angle A. I’d like to draw a plane P2 that contains L1 and at an angle A with P1.
How can I do that in Python? also, is there any easy way to this using GUI?
Thanks for your time
Hi, I have a predefined plane P1, a line L1 through that plane at an angle A. I’d like to draw a plane P2 that contains L1 and at an angle A with P1.
How can I do that in Python? also, is there any easy way to this using GUI?
Thanks for your time
There is no GUI for this in Slicer, but you can compute the plane position and normal vector fairly easily: