Jason AndersenFollow

Point Clouds in Dynamo

One of the really nice things about Dynamo is the relative ease with which we can integrate formerly separate entities. I am starting to use this platform to weave Revit/ReCaps point cloud methods with other useful attributes of open source point cloud processing like the PCL Point Cloud Library This is a really exciting time!

Importing

So here are some first forays. Importing RCS files, current just RCS but it appears we will be able to import all known file types and actually be able to construct our own import with the PointCloud Client

image

Point Cloud Filtering

Creating PointCloudFilters by BoundingBox. This will be really helpful in dealing with the shear quantity of points in processing. We can construct a BB with any Revit Element or Rooms like this.

image

To Dynamo Points

Converting PointCloudPoints to Dynamo Points and the ability to increase and decrease the density that are Read into the Dynamo environment. This is just the beginning, there will definitely have tons more to comeā€¦

image