Skip to main content
Question

Connection of 2 surfaces in 3D with side faces (geological data)

  • February 25, 2019
  • 2 replies
  • 65 views

Forum|alt.badge.img

Hello!

I have a problem I have been trying to solve for a long time. The task is to connect two surfaces, located strictly one above the other with drawing side faces. The surfaces are geological strata, which would be combined in geological model like this:

 

I was trying to use Extrusion of triangles in combination with CSGBuilder for getting an intersection of 2 extrusions, but this method working unstable (or, which is more possible, I'm doing something not right):

https://knowledge.safe.com/questions/87241/csgbuilder-rejects-data.html

 

Maybe there is other way to get side walls of surfaces and merge them with surfaces into solid?

 

Thank you!

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.

2 replies

pat_uow
Contributor
Forum|alt.badge.img+1
  • Contributor
  • 26 replies
  • February 25, 2019

Some of the techniques described here may assist, but rely on the input surfaces being in the form of a raster

https://knowledge.safe.com/questions/73813/create-3d-voxel-or-polygon-from-rasters.html


Forum|alt.badge.img
  • Author
  • 8 replies
  • February 27, 2019

Some of the techniques described here may assist, but rely on the input surfaces being in the form of a raster

https://knowledge.safe.com/questions/73813/create-3d-voxel-or-polygon-from-rasters.html

Thanks for the suggestion, but the option with voxels did not fit due to the large size of the data obtained and the pixel-like final image. So it might be suitable for work, but not for visualization.

 

Anyway, the issue was solved by a separate triangulation of each side face with a turn of 90 degrees in 3D space with the subsequent collection into one object