One of your vtkBooleanOperationPolyDataFilter
objects doesn’t have any inputs when it is being updated. There is probably a logic error in your loop. You can check which filter has no input on port 0 by calling booleanOperation->GetNumberOfInputConnections(0)
. I suggest tracking down which one does this and going from there.
1 Like