RefineTetMeshParams
Last update: 20.02.2026class ansys.meshing.prime.RefineTetMeshParams(model=None, nisr=None, niss=None, nist=None, tolerance=None, json_data=None, **kwargs)
Parameters for meshing the solid spline.
-
Parameters:
model: Model : Model to create a
RefineTetMeshParamsobject with default parameters.nisr: int, optional : Interpolation elements in the local r-direction.
This is a beta parameter. The behavior and name may change in the future.niss: int, optional : Interpolation elements in the local s-direction.
This is a beta parameter. The behavior and name may change in the future.nist: int, optional : Interpolation elements in the local t-direction.
This is a beta parameter. The behavior and name may change in the future.tolerance: float, optional : Tolerance for boundary refinement.
This is a beta parameter. The behavior and name may change in the future.json_data: dict, optional : JSON dictionary to create a
RefineTetMeshParamsobject with provided parameters.
Examples
>>> refine_tet_mesh_params = prime.RefineTetMeshParams(model = model)
Methods
| Name | Description |
|---|---|
RefineTetMeshParams.print_default() |
Print the default values of RefineTetMeshParams object. |
RefineTetMeshParams.set_default([nisr, ...]) |
Set the default values of the RefineTetMeshParams object. |
Attributes
| Name | Description |
|---|---|
RefineTetMeshParams.nisr |
Interpolation elements in the local r-direction. |
RefineTetMeshParams.niss |
Interpolation elements in the local s-direction. |
RefineTetMeshParams.nist |
Interpolation elements in the local t-direction. |
RefineTetMeshParams.tolerance |
Tolerance for boundary refinement. |