Interface: FieldContourOpts
Defined in: ContourCreator.ts:23
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.ts:27 |
levels? | number [] | Contour the field at these specific levels. | ContourCreator.ts:32 |
quad_as_tri? | boolean | Add triangles in the contouring, which takes longer and generates more detailed (not necessarily smoother or better) contours | ContourCreator.ts:37 |