noether icon indicating copy to clipboard operation
noether copied to clipboard

Improve plane slice planner

Open marip8 opened this issue 1 year ago • 0 comments

Here is an example of using vtkCutter and vtkStripper to extract cut lines from meshes. We should update the plane slice raster to:

  • Use the newer API for iterating over cell arrays
  • Move the cutter outside of the for-loop since it has the ability to make more than one cut at a time

marip8 avatar Sep 26 '23 22:09 marip8