<p dir="ltr">I would like to generate a "cutcell" mesh using vtk by slicing a structured grid with polydata loaded from a STL file. The resulting mesh would be an unstructured grid.</p>
<p dir="ltr">Are there any tools in vtk to accomplish this?</p>
<p dir="ltr">I can create the structured grid and polydata successfully. Now I just need an algorithm to slice the structured mesh with the polydata surface.</p>
<p dir="ltr">In my searching I could not find anything. However, I could accomplish this by ray casting to find the intersections between the structured grid and the polydata. Then using those points to create the unstructured grid.</p>
<p dir="ltr">See attached 2d sketch.</p>
<p dir="ltr">Thanks!<br>
Justin</p>