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.71k stars 384 forks source link

TubeMeshGenerator #106

Open lai0yu opened 5 years ago

lai0yu commented 5 years ago

I used the tubegenerator in the g3sharp library to create the pipeline model. It works fine when the pipeline is not closed. gsxrb0jzoq5fl 8pnl5v y but when I try to create a closed loop, it has problems. sirrl 45nwn 54c v87y

This is not a normal ring pipeline model, can I set which properties to change this situation, or use other classes?

EnvyKong commented 4 years ago

You can set the property Closed of the curve(loop) to true, and set the property NoSharedVertices of the TubeMeshGenerator to false. Try it!