TetParams
Last update: 20.02.2026class ansys.meshing.prime.TetParams(model=None, quadratic=None, json_data=None, **kwargs)
Parameters to control tetrahedral mesh generation.
-
Parameters:
model: Model : Model to create a
TetParamsobject with default parameters.quadratic: bool, optional : Option to generate quadratic tetrahedral mesh. It is not supported with parallel meshing. It is only supported with pure tetrahedral mesh.
json_data: dict, optional : JSON dictionary to create a
TetParamsobject with provided parameters.
Examples
>>> tet_params = prime.TetParams(model = model)
Methods
| Name | Description |
|---|---|
TetParams.print_default() |
Print the default values of TetParams object. |
TetParams.set_default([quadratic]) |
Set the default values of the TetParams object. |
Attributes
| Name | Description |
|---|---|
TetParams.quadratic |
Option to generate quadratic tetrahedral mesh. |