class ansys.meshing.prime.SmoothType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Indicates the the type of operation to be performed during the smooth dihedral face nodes operation.
Attributes
| Name | Description |
| SmoothType.INFLATE | Performs inflation during the operation. |
| SmoothType.SMOOTH | Performs smoothing during the operation. |
| SmoothType.AUTO | Performs smoothing using optimal node movements during the operation. |