- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I imported a .rcs point cloud to Revit 2022 ("Insert" tab -> Point Cloud).
I would like to access its points and colors through Revit API.
I found such method:
Autodesk.Revit.DB.PointCloudInstance.GetPoints
Its third input is 'numPoints', representing the number of points which should be extracted from the point cloud.
However, this input can not be larger than 1 million.
And if I try to make it larger than 1 million, an error message is raised:
'It can be from 1 to 1000000.'
This means that for any point cloud we import to Revit, through Revit API - we can only access its first 1 million points, and those beyond are inaccessible.
Does anyone know any other Revit API method, to access all point cloud points?
Any help is appreciated.
Solved! Go to Solution.
Developer Advocacy and Support +