Curve Pull On to Surface

Hi everyone,

I’m trying to get the intersection of the grids with a surface.
I can collect my grids from the projects and turn them into curves. I collect the face of the mass.

I get that it’s not the same process as “divide surface” in Revit where i can pick up the grids and reference plane so I need to project the grids on the surface.

I try the node “Curve Pull On to Surface” but that doesn’t seems to work.
“NORMAL_PROJECTION_ABORT – Cannot project the input wire body onto sheet body”

I guess I’m missing some vector somewhere ?

 

 

I get the intersection by extruding the curves but I guess there a smarter way to achieve this.

Try Surface.ProjectInputOnto

20160205-2

Thank you Vikram ! It works like a charm !