Skip to main content

Interface: FieldContourOpts

Defined in: ContourCreator.ts:23

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