Can MeshPy create triangular mesh using a given set and boundary points and interior points, without the generation of additional points? #81
-
I am not sure if MeshPy can create a mesh by using the user input points only, without the generation of additional points. I test the following example, but the result is not satisfactory. There are points inside and on the boundary that are addionally generated. Solutions/ suggestions are much appreciated!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Look at the docs for Triangle on how to disable the creation of Steiner points. |
Beta Was this translation helpful? Give feedback.
Look at the docs for Triangle on how to disable the creation of Steiner points.