tetgenpy.gentet.tetgen_exe#

tetgenpy.gentet.tetgen_exe(argv)[source]#

Calls tetgen executable with argv as a list. This call performs the same routine as tetgen’s main(). The first element of argv is usually the executable name and tetgen also expects that. However, this can be a dummy.

Parameters:

argv (list)

Returns:

exit_code – Will return 0 if everything went well. -1 with RuntimeError without any informative error message.

Return type:

int