Message 1 of 5
A problem in rendering a point cloud in revit
Not applicable
12-25-2020
12:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I've written a code to read point cloud data from a text file and render it in Revit. In this code, a uniform grid cell is created, following the bounding box of the point cloud, and the points are placed in each cell.
This code works good and I can see the results but there is a problem that I couldn't resolve.
when I zoom in, all the points are shown, but when I zoom out, only a part of the points can be seen, I have attached two screenshots; why is this happening?
I don't also know how many cells I should consider for my point cloud data. In point clouds with a higher number of points, almost the same problem happens for me.
Thank you very much!
Best, Saeed.