Vector of projection

When we project a geometry onto any plane, is there a way to use the vector of projection? I need it later to use it with the Project Point component. I use Plane Fit, then Project on Plane first. I need to re-use the resulting transofrmation in reverse later for Project Point.

Are you looking for Project Along ?

(Transform -->Affine —> Project Along)

This is the vector I need.

vector.gh (7.2 KB)

As long as I can understand, that is the same as Plane Normal Vector fr Plane Fit
Do you need Amplitude for this?

1 Like

The plane normal did the trick exactly as I need it! Thank you. OMG it was so obvious…