[vtkusers] Convert Tcl to Java

GP LYDON gplydon at hotmail.com
Tue Dec 17 14:42:26 EST 2002


Dear Users,

I am trying to convert a section of Tcl code to Java code. I am having 
trouble with the following line:

Tcl:

aPolyLineGrid InsertNextCell [aPolyLine GetCellType] [aPolyLine GetPointIds]

I think it should convert to:

Java:

aPolyLineGrid.InsertNextCell.aPolyLine.GetCellType().aPolyLine.GetPointIds();

However it does not compile so I must be incorrect. Any suggestions would be 
appreciated.


Best Regards

Gearoid







_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail




More information about the vtkusers mailing list