RefineTetMeshParams#
- class 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
Print the default values of
RefineTetMeshParamsobject.RefineTetMeshParams.set_default([nisr, ...])Set the default values of the
RefineTetMeshParamsobject.Attributes
Interpolation elements in the local r-direction.
Interpolation elements in the local s-direction.
Interpolation elements in the local t-direction.
Tolerance for boundary refinement.