SmoothDihedralFaceNodesParams#
- class ansys.meshing.prime.SmoothDihedralFaceNodesParams(model=None, min_dihedral_angle=None, tolerance=None, type=None, json_data=None, **kwargs)#
Parameters to smooth dihedral face nodes.
- Parameters:
- model: Model
Model to create a
SmoothDihedralFaceNodesParams
object with default parameters.- min_dihedral_angle: float, optional
Minimum angle to be used to identify dihedral faces.
- tolerance: float, optional
Tolerance relative to local mesh size to control smooth movement of nodes.
- type: SmoothType, optional
Option to inflate neighbor nodes of dihedral face edges or smooth dihedral face edge nodes to improve dihedral angle.
- json_data: dict, optional
JSON dictionary to create a
SmoothDihedralFaceNodesParams
object with provided parameters.
Examples
>>> smooth_dihedral_face_nodes_params = prime.SmoothDihedralFaceNodesParams(model = model)
Methods
Print the default values of
SmoothDihedralFaceNodesParams
object.Set the default values of the
SmoothDihedralFaceNodesParams
object.Attributes
Minimum angle to be used to identify dihedral faces.
Tolerance relative to local mesh size to control smooth movement of nodes.
Option to inflate neighbor nodes of dihedral face edges or smooth dihedral face edge nodes to improve dihedral angle.