Hi @matt_crow,
Our development team has been actively working on the native Revit reader for quite some time. FME 2020 has brought the reader to a good place but we're still leaving the "technology preview" label on there while we add some more features.
Colour is supported by the native Revit reader when we read the geometry as surfaces. I would recommend sending only surfaces through the PointCloudCombiner, so you could use a GeometryFilter prior to the PointCloudCombiner. In the GeometryFilter, you will want to set it to output "Surface", and set both parameters: Homogenize Collections and Instantiate Geometry Instances to "Yes".
If you have any feedback for the native Revit reader, do let us know!
- Andrea
Hi @matt_crow,
Our development team has been actively working on the native Revit reader for quite some time. FME 2020 has brought the reader to a good place but we're still leaving the "technology preview" label on there while we add some more features.
Colour is supported by the native Revit reader when we read the geometry as surfaces. I would recommend sending only surfaces through the PointCloudCombiner, so you could use a GeometryFilter prior to the PointCloudCombiner. In the GeometryFilter, you will want to set it to output "Surface", and set both parameters: Homogenize Collections and Instantiate Geometry Instances to "Yes".
If you have any feedback for the native Revit reader, do let us know!
- Andrea
Excellent, that worked! Thank you!