[vtkusers] vtkPolyLine & FitEllipse

Henry Zhang henry.zhang at ualberta.ca
Wed Feb 19 17:23:24 EST 2003


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



More information about the vtkusers mailing list