Skip to content
Snippets Groups Projects
Commit 5e1968a7 authored by Julien Fausty's avatar Julien Fausty
Browse files

HTGGeometry: add PassThroughCellIds changelog

parent 7782cbe8
No related branches found
No related tags found
No related merge requests found
## Addition of `PassThroughCellIds` property in `vtkHyperTreeGridGeometry` filter
The `vtkHyperTreeGridGeometry` filter now provides and option `PassThroughCellIds` (default `false`) to pass through original cell IDs from the input `vtkHyperTreeGrid` to the output `vtkPolyData`. One can also name the array using the `OriginalCellIdArrayName` string proerty.
This option, often found in geometry filters, allows one to make the resulting `vtkPolyData` compatible with the `vtkHardwareSelector` for making selections on the original `vtkHyperTreeGrid`. It can also help for debugging purposes as well as general additional visualization data when mapping the surface to color.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment