I have two polysurfaces, which I am trying to join via a boolean union.
Right now, the two polysurfaces are not overlapping so my understanding is that a boolean union isn’t possible. As proof of this, when I nudge the inside polysurfaces a few mm over, a boolean union is possible.
However, when I do a scale2D of the inside polysurface (so that it overlaps with the outer polysurface), the boolean union fails. That makes no sense to me, because it almost certainly is overlapping at that point.
Can anyone help explain what I’m doing wrong here?
…draw the pipes then using an arc, ExtrudeCrv through the pipe… then BooleanSplit the pipe with the curved surface… (delete the unwanted parts)… similar with the inner ring.
they union ok when doing it like this.
when the extrudeCrv was being used on both circles at once, the Solid option was on in the command… so, it was making solid pipes.
if you trim, the resulting halves won’t have a surface at the trim point and will no longer be solid… BooleanSplit will leave the intersecting surface in tact and joined to both halves of the object… both will still be solid.
WireCut is another option, it will do the closing and “solidifying” without having to use Extrude Curve and Boolean split. The downside is that it can only use one (joined) curve and one polysurface at the time.