You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2024. It is now read-only.
The graphics coordinates created by gdspy are clockwise, with the first coordinate at the lower left corner. After doing the boolean OR operation, the direction of the graphic coordinates has changed to counterclockwise, and the first coordinate has become the coordinate of a point in the middle. How to deal with it?
I need the first coordinate of the graphics after the operation to always be the lower left corner, and the direction is clockwise