The TetGen writer allows the output format to be selected on a per-feature type basis. Supported formats are .poly and .smesh.
TetGen supports a separate .node file containing vertex information alongside .poly and .smesh files.
When selected, the writer will generate a separate .node file for all features written to this feature type, and the corresponding .poly or .smesh file will not contain vertex data.
Note that not all formats offer all the options described below.
Additionally, the transformation matrix required to scale the model back to world coordinates will be written to a companion .fwt file. This can be used to improve precision of the written coordinates. The companion .fwt file will have the same name as the primary data file and will be written in the same folder. For folder-based formats, the file global.fwt will be written instead.