Get point from intersection by line and mesh (topography)

Get point from intersection by line and mesh (topography) in revit 21+
which is the best, node or python code for this? and how?

I think I would go Python here, but I would need to know more about what you are trying to do. Is it ‘elevation’ on surface at a given XY location?

Yes, I want to obtain the elevation, to be honest, what I did was take it to civil 3D, and correct the elevations of those points with the surface.
Could this be done in Revit?

If you have this topology in c3d . Use BriMohareb_2023 or civilconnection ( can access to c3d com api)package. You can get point elevations at the surface.

1 Like

Gavin Crump suggested using ray bounces in this case.

3 Likes