SurfaceNetsBudgetException
public sealed class SurfaceNetsBudgetException : InvalidOperationExceptionThrown by SurfaceNets.Extract when the surface would have more triangles than SurfaceNetsOptions.MaxTriangles allows. Nothing has been allocated for the mesh at that point; the count comes from a pass over the samples, so the exception says exactly how many were needed.
Constructors
| Member | Description |
|---|---|
| Creates the exception for a surface of |
Properties
| Member | Description |
|---|---|
| The budget that was exceeded. |
| How many triangles the field would have produced at this resolution. |