class ansys.meshing.prime.TrimmedSolidSplineCutMode(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Types of Cut modes used to generate Cartesian grid representing subdomains of trimmed solid spline.
Attributes
| Name | Description |
| TrimmedSolidSplineCutMode.EXACT | This mode guarantees to represent the exact input mesh for each subdomain without any defeaturing. |
| TrimmedSolidSplineCutMode.HYBRID | This is faster mode and may defeature the input mesh to represent each subdomain. |