<html>
At 12:40 PM 7/23/2002 +0200, Jan-Gerrit Drexhage wrote:<br><br>
<blockquote type=cite class=cite cite><font face="arial" size=2>Hi
there,<br>
</font><br>
<font face="arial" size=2>&nbsp;<br>
</font><br>
<font face="arial" size=2>i am going to create a 3D-Coordinationsystem
with Cylinders and Cones, but i have Problems to Position the Objects. I
looked into the Manpages and didn t found anything where I can place the
objects into Space. Can someone give me an example of placing objects
?<br>
</font></blockquote><br>
You can set the position of a vtkProp3D (or any of its subclasses) which
represents a 3D object in your scene.&nbsp; There are several Tcl
examples that do this.&nbsp; Look at Hyper.tcl in
VTK/Graphics/Testing/Tcl.&nbsp; Look for the line &quot;coneActor
SetPosition 0 0 11&quot;.&nbsp; (vtkActor is a subclass of
vtkProp3D).<br><br>
- Amy<br><br>
<blockquote type=cite class=cite cite><font face="arial" size=2>Many
thanks!<br>
</font><br>
<font face="arial" size=2>&nbsp;<br>
</font><br>
<font face="arial" size=2>Greetings<br>
</font><br>
<font face="arial" size=2>&nbsp;<br>
</font><br>
<font face="arial" size=2>Jan-Gerrit Drexhage, University of Bielefeld,
Germany, VTK-Newb<br>
</font><br>
<font face="arial" size=2>&nbsp;</font></blockquote><br>
</html>