ansys.meshing.prime.SmoothDihedralFaceNodesParams Last update: 17.07.2025 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. Methods SmoothDihedralFaceNodesParams.print_default() Print the default values of SmoothDihedralFaceNodesParams. SmoothDihedralFaceNodesParams.set_default([...]) Set the default values of SmoothDihedralFaceNodesParams. Attributes SmoothDihedralFaceNodesParams.min_dihedral_angle Minimum angle to be used to identify dihedral faces. SmoothDihedralFaceNodesParams.tolerance Tolerance relative to local mesh size to control smooth movement of nodes. SmoothDihedralFaceNodesParams.type Option to inflate neighbor nodes of dihedral face edges or smooth dihedral face edge nodes to improve dihedral angle.