I am trying to create a surfaces from multiple curves that need to align with existing surfaces. I thought patch was the right tool for this, however the results are nothing like what I expect.
PatchHelp.3dm (54.6 KB)
Is there an issue with the points not aligning, or perhaps I need smaller divisions?
Any advice would be super helpful. TIA.
jessesn
(Jessesn Chen)
January 5, 2026, 7:34am
2
You may give it a try with NetworkSrf and Patch in Rhino 8, and for your reference.
PatchNetworkSrf.3dm (381.2 KB)
You can also try to use the new Patch in RhinoWIP,
Rhino WIP has a completely revamped Patch command.
[Patch-FillSrf | New in Rhino 9 WIP]
What is Patch?
Patch takes a set surface edges, curves and points as input constraints to create a multi-sided patch with positional (G0), tangential (G1) or curvature (G2) continuity to selected edges, curves and points.
Why is the Patch now better?
This command produces better results than the old Patch (still available as PatchOld) command:
Better conformation to input curves, allowing the…
Thank you Jesse. That is super helpful. Thank you for taking the time to reply.