SizingType
Last update: 20.02.2026class ansys.meshing.prime.SizingType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Sizing type decides the type of size control.
Attributes
| Name | Description |
| SizingType.PROXIMITY | Denotes the size control type is proximity. |
| SizingType.CURVATURE | Denotes the size control type is curvature. |
| SizingType.HARD | Denotes the size control type is hard. |
| SizingType.SOFT | Denotes the size control type is soft. |
| SizingType.MESHED | Denotes the size control type is meshed. |
| SizingType.BOI | Denotes the size control type is body of influence. |
| SizingType.SOI | Denotes the size control type is sphere of influence. |