shape intersection
Posted by jmarkmurphy on Aug 06, 2018; 12:53am
URL: https://forum.librecad.org/shape-intersection-tp5716280.html
I am trying to draw a shape that is the intersection between a circle and a rectangle. The result should be a circle with two parallel flat surfaces, one on top, and one on the bottom. I know the center of the circle and the radius. I know the height of the rectangle which has the same center as the circle. I can draw both shapes, but I want to trim away all parts of the rectangle that fall outside the circle, and all parts of the circle that fall outside the rectangle. How can I do that?