I am trying to intersect 3D Polylines and Solid Cubes to determine which cubes are touching the polylines.
So far I tried Clipper, intersector, SpatialRelator and SurfaceOnSurfaceOverlay. All the features are ending in the rejected port as invalid geometry.
What is the right way to accomplish this task?