In this tutorial
union
is used to combine the purple triangles which are then cut from the blue triangle below using difference.
IIUC we could also use
combine
instead ofunion
and it has the same effect as far as thedifference
operation. As far as boolean operations go, is the effect of usingunion
vscombine
always the same?
Answer
It depends.
If you have overlapping closed paths, the results will be different for Union versus Combine. If not overlapping, then there’s no difference. There can also be differences with the behaviour of Combine itself, depending on the direction of paths.
Examples
Attribution
Source : Link , Question Author : Ole , Answer Author : Billy Kerr