Skip to main content
Solved

Cut line using 3D surface

  • September 7, 2015
  • 1 reply
  • 89 views

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.

 

 

Best answer by antoine

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

antoine
Enthusiast
Forum|alt.badge.img+7
  • Enthusiast
  • Best Answer
  • September 8, 2015

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.