This is probably a simple issue but I can’t seem to figure it out currently. I have some geometry that I want to do some intersection displaying on. I can properly get it to load the data for a vtkXMLPoloyDataReader and pass in the values as a well as calculate and visualize the intersections.
I can rotate the actors properly but I’m not sure how to rotate the polyData as the input into the triangleFilter for the intersection calculations. I know there is a “vtkTransformPolyDataFilter” in VTK base but is there a corresponding way I can do the same/similar thing in vtk.js?