View Single Post
  #2  
Old 03-18-2010, 02:10 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The geometry in that model is not centered about the origin, therefore applying a scale will inherently affect its position.

I suggest using the vizshape module to create a cone. Example:
Code:
import vizshape
cone = vizshape.addCone(radius=0.5,height=1)
Reply With Quote