I’m trying to offset a network of curves in order to create planar merged offset. Another idea can be of a single line plan, then converted to offsetted walls with those single lines being the central spine of the offset walls. The offsetting must be done in such a way that the intersections must be trimmed off.
How can I do it both for a scenario when those intersecting curves are
For coplanar objects, the easiest method I know of is to make planar surfaces from each of the offset pairs then BooleanUnion the surfaces together and finally MergeAllFaces.
I do not however know how to do that in curved space…