Trimmingoverhung.7z
: Identify the intersection points where the geometry crosses the boundary.
For : Use a library like Clipper2 to find the difference between the path and the bounding area. TrimmingOverhung.7z
: A target geometry (the "overhang") and a reference boundary (the "trimming plane" or "support edge"). : Identify the intersection points where the geometry
For : Use a Sutherland-Hodgman clipping algorithm or a Mesh Boolean operation. TrimmingOverhung.7z
: Ensure the operation is non-destructive until the user saves the final output.