TetGen Analysis Interface Module (AIM)
TetGen Analysis Interface Module (AIM)
AIM Inputs

The following list outlines the TetGen meshing options along with their default value available through the AIM interface.

tetgen.setAnalysisVal('Regions', [
( 'A', { 'id': 10, 'seed': [0, 0, 1] } ),
( 'B', { 'id': 20, 'seed': [0, 0, -1] } )
])

Automatic hole detection will be disabled if one or both of the Regions and Holes inputs is not NULL.

tetgen.setAnalysisVal('Holes', [
( 'A', { 'seed': [ 1, 0, 0] } ),
( 'B', { 'seed': [-1, 0, 0] } )
])

Automatic hole detection will be disabled if one or both of the Regions and Holes inputs is not NULL.