I’ve recently done a point cloud scan and would like to provide the client with a rendering in Enscape of the model with the point cloud overlaid. The problem being that Enscape can not render point clouds. So what I would like to do is covert the pointcloud data into some form of object that enscape can display.
I found this Using Dynamo and Revit to Convert Point Clouds to Actual Geometry for Use in Tekla or Other Software » What Revit Wants example of something similar. I managed to recreate this in dynamo and have successfully placed dynamo points correctly. My issue is that Dynamo points do not display in Enscape either so my next guess would be to place a family of a sphere at each point, however this is proving to be extremely slow, even after i reduced the model size from 20Gb to 500Mb.
Any ideas or suggestions would be much appreciated.
Hi @RMohareb So I used the last node in your script with my script which produces the required XYZ coordinates. It does place adaptive points. The family template I used was generic adaptive family.
However I am not able to see these points in Enscape, any Idea why?