Skip to content

DecimatePolylineStrategies: Expose multiple decimation strategies in DecimatePolyline filter

Continuation of : !6810 (closed)

Add 2 new decimation strategies to the DecimatePolyline filer.

  • Angle
  • CustomField

The angle strategy uses the angle between 3 points as a metric to compute the error. The CustomField uses the value stored in a specified PointData array as a metric to compute the error between 3 consecutive points.

Edited by Léon Victor

Merge request reports