-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi,
Assume that I have a Polygon which is nothing but a rectangle.
I have another Polygon which is also a rectangle and I am subtracting it from the 1st polygon.
(Like subtracting a window from a wall). Both polygons are co-planar.
For simplicity, lets forget about the 3rd dimension
I expect a polygon with 8 points but I am getting 4 polygons.
- The rectangle above the window.
- The rectangle right side of the window
- The rectangle left side of the window
- The rectangle below the window.
As all these Polygons are co-planar and connected, I expect a single polygon.
Is it a bug? or Is there a way to join them?
Thanks
sk-zk
Metadata
Metadata
Assignees
Labels
No labels