Skip to content

Contour output precision

Expose output precision in Contour filter. It current uses the default precision setting, which means that the output points from the contour filter use the precision of the input points. For points whose precision is an integral type, for example, this can result in unintentionally jagged contour surfaces. Changed the output precision to float by default, but exposed the double-precision and "same as input" options.

Merge request reports