Skip to main content

Interface: FieldContourOpts

Defined in: ContourCreator.worker.ts:16

Options for contouring data via RawScalarField.getContours()

Properties

PropertyTypeDescriptionDefined in
interval?numberThe 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?booleanAdd triangles in the contouring, which takes longer and generates more detailed (not necessarily smoother or better) contoursContourCreator.worker.ts:30