TetParams#
- class 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
Print the default values of
TetParamsobject.TetParams.set_default([quadratic])Set the default values of the
TetParamsobject.Attributes
Option to generate quadratic tetrahedral mesh.