I am reading in a vtp file and then trying to run the vtkMarchingCubes filter. It says the input is of type vtkPolyData, but a vtkImageData is required.<br><br>I tried to use vtkMarchingContourFilter and it says no data to contour.<br>
<br>It makes sense that the points should be on a structured grid, but how do I create one?<br><br clear="all">Thanks,<br><br>David<br>