gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.73k stars 390 forks source link

Bridge Edge Loops #171

Open Naga-Reddy-Vectra opened 2 years ago

Naga-Reddy-Vectra commented 2 years ago

I have just started using this library for one of my POCs. I have below the problem statement. I have to merge two meshes together into one solid mesh. Shown in the below image image

image

image

Can anyone guide me on how to go over it? This is the first time I am working on meshes.

TrulyMen commented 2 years ago

Hey,bro.Have you solved this problem?