|
TetGen Analysis Interface Module (AIM)
TetGen Analysis Interface Module (AIM)
|
The following list outlines the TetGen meshing options along with their default value available through the AIM interface.
Mesh_Gen_Input_String = NULL
Meshing program command line string (as if called in bash mode). Use this to specify more complicated options/use features of the mesher not currently exposed through other AIM input variables. Note that this is the exact string that will be provided to the volume mesher; no modifications will be made. If left NULL an input string will be created based on default values of the relevant AIM input variables. See TetGen Command Line Inputs for options to include in the input string.
/*!
seed point. If a seed appears in the Regions input, then its region will be meshed and the markers for all cells in the region will be set to the region's id. The markers for cells that fall outside of any user-defined region or hole will be numbered automatically. The input is a vector of tuples. The tuple keys are ignored and the tuple values are dictionaries; each requires an integer id entry and a 3-vector seed point. For example, from within a pyCAPS script,Automatic hole detection will be disabled if one or both of the Regions and Holes inputs is not NULL.
seed point. If a seed appears in the Holes input, then its region will not be meshed. The input is a vector of tuples. The tuple keys are ignored and the tuple values are dictionaries; each requires a 3-vector seed point. For example, from within a pyCAPS script,Automatic hole detection will be disabled if one or both of the Regions and Holes inputs is not NULL.