Is there a function where I can turn off the active scalar for a vtkDataSet? I am writing a program where the user needs to have the ability to set it and then turn it off. I've tried passing null to SetActiveScalars, but that only results in the program crashing. Jeremy Stout