hi, How do I convert this to Tcl? (vtkActor) aPolyLineActor->GetProperty()->SetDiffuser(0,0,0); I tried: aPolyLineActor GetProperty [ SetDiffuser 0 0 0] Doesn't work. :{ thanks, Mike