Skip to main content
Hi. I have a point cloud surface and a polylinez that runs along the surface and occasionaly crosses it. I would like to cut/clip the line into pieces where it crosses ie runs above or below the surface. I've tried using the tin generator and the clipper – it doesn't seem to work for me.

 

 

Hello,

If it's an "easy" surface, you can try to swap the axis CoordinateSwapper. If not, it seems that you have to transform your objects into "real" 3D object before clipping (extrude somehow).

Antoine.


Reply