<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi all,<br>
</p>
<p><br>
</p>
<p>If I want to draw an object (e.g. cone) using millimeter as unit, not the screen units. How can I do that? Specifically, whether the codes below specify a 10-millimeter-high cone? Thanks in advance.<br>
</p>
<p><br>
</p>
<p>import vtk<br>
</p>
<p>cone = vtk.vtkConeSource()<br>
</p>
<p>cone.SetHeight(10)<br>
</p>
<p>cone.Update()<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p>Regards,<br>
</p>
<p><br>
</p>
<p>Zhuangming Shen<br>
</p>
</body>
</html>