View Single Post
  #6  
Old 01-11-2005, 04:49 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Change the following line:
Code:
pointListe.append(startPoint)
to
Code:
pointListe.append(startPoint+[0])
The viz.vertex command expects 3 values.
Reply With Quote