Get the same results from SrfPtGrid in GH

Hello everyone,

I am trying to get exactly the same surface given by SrfPtGrid using a loft of multiple curves in GH. Unfortunately, the results aren’t 100% identical.

Loft vs SrfPtGrid.gh (7.0 KB)
Loft vs SrfPtGrid.3dm (109.4 KB)

I have already tried different inputs for the curve interpolation and loft parameters, but none of them has worked. Does anyone have an idea on how to solve this?

Thanks!

There is a Surface From Points component, why not use that one?

Unless I am not using the correct component, the Surface From Points uses the input points as Control Points.

Surface from points

If you set the Interpolate input to true instead of false, then the points will be interpolated instead.

Thanks, @DavidRutten! Although the surfaces are not the same, that solves the problem!