pyvista / tetgen

A Python interface to the C++ TetGen library to generate tetrahedral meshes of any 3D polyhedral domains
http://tetgen.pyvista.org
Other
219 stars 32 forks source link

wrong documentation for tetrahedralize keyword argument nobisect #41

Open pk1234dva opened 2 years ago

pk1234dva commented 2 years ago

present in both pytetgen.py docstring for tetrahedralize(), and at https://tetgen.pyvista.org/api.html nobisect : bool, optional Controls if Steiner points are added to the input surface mesh. When enabled, the surface mesh will be modified. Default False.

should be instead "When enabled, the surface mesh will not be modified."