Create points from numpy array of size (40,3) in dynamo and display them in Revit

Hello,
I need to display a few points in Revit, the coordinates of the points are saved in a .txt file.
I have used Revit.

I have used this script:

And, the python script is given below:

I am getting "Autodesk.Revit.DB.Point"s as the result, but how do I convert them into something that will help me visualise them in Revit 3D View? Thanks a lot in advance.

I solved the issue. Keeping this just for future reference and just in case someone else faces the same issue.

2 Likes