Skip to content

Correcting plane cutter

This Corrects the PlaneCutter adding some features and fixing somes bugs. It also adds a check in all data model class so it correspond to the documentation.

When Interpolates Attributes is on, output cell data can vary :

  • If input is image data, output will not contain any cell data
  • In input is any other type, output will contain corresponding cell data

Generate Polygons has an effect only if input is a Structured or Rectilinear Grid.

This filter outputs a vtkMultiBlockDataSet containing a single block which is vtkMultiPieceDataSet in all cases.

This filter support to not have any scalar input.

Merge request reports