VTK – AddInputData Or AddInputConnection
I often use the function AddInputData or AddInputConnection of vtkAppendPolydata that inherits vtkDataObjectAlgorithm to add multiple polydatas form a big one. That’s a very easy way to combine a few of different polydatas to only one. But I found that it can give me a strange result if I use Read more…