Line normal from a point to a surface

Hie,
I am triyng to create a perpendicular line from a point to a surface. I am using the node Surface.NormalAt Point to get the direction and with a Line.ByStartPointDirectionLength but i don´t know if it is the best way. Somebody knows if exist a node to draw directly the normal line?
Regards.

Why you don’t try project your points to surfaces then create line by two points?

1 Like

Thanks,
Using Point.project? I don´t know the way to get the projection direction, could you help me?
Regards.

1 Like

It works!! Fine
Thanks so much.

1 Like