Skip to content

Add Extract Point Selection

Julien Chaize requested to merge feat/Add-Extract-Point-Selection into master

Add Extract Point Selection:

  • Extract the selected points
  • Convert the selection to a polydata

Goal : Adapt the vtkPVSingleOutputExtractSelection filter (from paraview) to get a polydata as ouput (for filter compatibility)

Add VTK::FiltersPoints (vtkDataSetSurfaceFilter) and ParaView::VTKExtensionsExtraction (vtkPVSingleOutputExtractSelection) module

Merge request reports