Boolean operations on open path #2563
Answered
by
Keavon
andrewbaxter
asked this question in
Help
-
I have a circle and I want to subtract a blob that overlaps it, leaving the disconnected segments. When I do the binary operation though it tries to close each resulting segment. Is there a way to open the closed segments, or to do a binary op that results in segments instead of closed paths? |
Beta Was this translation helpful? Give feedback.
Answered by
Keavon
Apr 13, 2025
Replies: 1 comment
-
This isn't currently supported but will be someday. You can add a Path node after the operation and use the Path tool to manually delete some segments (notice the keyboard controls in the hints bar at the bottom of the app). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andrewbaxter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't currently supported but will be someday. You can add a Path node after the operation and use the Path tool to manually delete some segments (notice the keyboard controls in the hints bar at the bottom of the app).