MapToSurface from rhino3dm or compute-rhino3d

I want to call some grasshopper functions from rhino3dm or compute-rhino3d. I investigated a lot but I did not find any function on rhino3dm and compute-rhino3d library. My gh file below:
unnamed.gh (20.6 KB)

Hi @ugur,

The component you mention isn’t available as a single RhinoCommon function call. But it isn’t hard to write your own. See if this helps.

test_map_to_surface.gh (4.6 KB)

– Dale