I try to relate boreholes (points) to 3D Solids from Cad. (autocad_original_entity_type = autocad_solid3d)
FME does read the 3D Solids as surfaces. (fme_geometry = fme_aggregate / fme_type = fme_surface)
The way I found to do this is to convert the surfaces to polygons with a SurfaceFootprintReplacer, then use a SpatialRelator to define the relation.
But this takes a lot of time as I have quite a bit, quite big solids.
So I wonder: Am I doing this correctly? Does an alternative solution exist?
Thanks!