TetMeshSplineParams#
- class ansys.meshing.prime.TetMeshSplineParams(model=None, feature_angle=None, mode=None, decimation_factor=None, json_data=None, **kwargs)#
Parameters for meshing the solid spline.
- Parameters:
- model: Model
Model to create a
TetMeshSplineParamsobject with default parameters.- feature_angle: float, optional
Feature angle used in meshing of the solid spline.
This is a beta parameter. The behavior and name may change in the future.
- mode: TrimmedSolidSplineCutMode, optional
Cut mode to specify rule for mesh cell selection in the volume mesh.
This is a beta parameter. The behavior and name may change in the future.
- decimation_factor: float, optional
Decimation factor used in meshing of the solid spline.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
TetMeshSplineParamsobject with provided parameters.
Examples
>>> tet_mesh_spline_params = prime.TetMeshSplineParams(model = model)
Methods
Print the default values of
TetMeshSplineParamsobject.Set the default values of the
TetMeshSplineParamsobject.Attributes
Decimation factor used in meshing of the solid spline.
Feature angle used in meshing of the solid spline.
Cut mode to specify rule for mesh cell selection in the volume mesh.