Project point on Level

Hello everyone. the solution to the problem might be easy, I want to project a point on a desired level. Any guidance or leads will be helpful.

Thanks!

Hi @ maybe get levels plane and pull point onto plane, not sure we have ootb for that but can be find in clockwork, spring etc, but probably many ways here :wink:

I’d try this: pointOnLevel = Point.ByCoordinates(pnt.X,pnt.Y, level.Elevation);

2 Likes