Convert Point cloud to revit element mesh by using python 3 and Open3d

Hi @MiguelGT17

if you use PTS format the file already include the normal vector as shown in the below pic.
if your file not include the normal vector you can use Open3d to estimate it.

http://www.open3d.org/docs/release/tutorial/geometry/pointcloud.html#Visualize-point-cloud


2 Likes