Interface: FieldContourOpts
Defined in: ContourCreator.worker.ts:16
Options for contouring data via RawScalarField.getContours()
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
interval? | number | The interval at which to create contours. The field will be contoured at this interval from its minimum to its maximum. | ContourCreator.worker.ts:20 |
levels? | number[] | Contour the field at these specific levels. | ContourCreator.worker.ts:25 |
quad_as_tri? | boolean | Add triangles in the contouring, which takes longer and generates more detailed (not necessarily smoother or better) contours | ContourCreator.worker.ts:30 |