Hello
I am new to Revit / Dynamo
I would like to know if there is a way to import a point cloud under revit with classification information going through dynamo or not.
Thank you
Hello
I am new to Revit / Dynamo
I would like to know if there is a way to import a point cloud under revit with classification information going through dynamo or not.
Thank you
Not that I know of. In regards to classification you would need this data to be stored in the points, Dynamo/Revit can’t really do this automatically. You’re heading into machine learning there.
Check out these leads I left on another thread. Try to get a geometric outcome before bothering with classification. 1 step at a time.
Thank you for your reply
The point cloud is already classified with the use of an external python script
The file is a txt with an additional column containing the point labels.
There is no way to display this information by layers?
Another small question, is Dynamo capable of managing clouds exceeding 10M points?
I would say probably not, but you can always try reading the file as text and breaking it down into X/Y/Z and classification. The challenge you will face beyond that is they are just points - turning them into actual shapes requires machine learning or voxel to mesh techniques. Suggest you look into the latter.
I doubt Dynamo is up to that task as it stands, at least from what I’ve seen/heard to date.