Hello, there, I am translating a sample tcl/tk code into a java one. the code is as follow vtkPolyLine polyLine set coeffs [polyLine FitEllipse points 0 1] However, the java compiler can not resolve polyLine.FitEllipse(points,0,1); Can you please tell me why? and how to fix it? thanks, Henry