<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.2">
</HEAD>
<BODY>
Hello<BR>
<BR>
The command does not work any more.<BR>
Here is a workaround<BR>
<BR>
# axes settings<BR>
/control/alias axesWidth 2<BR>
/control/alias axesLength 50<BR>
/control/alias axesLengthHalf 25<BR>
 <BR>
# x-axis<BR>
/gate/world/daughters/name xBox<BR>
/gate/world/daughters/insert box<BR>
/gate/xBox/setMaterial                            Air<BR>
/gate/xBox/vis/forceWireframe<BR>
/gate/xBox/vis/setColor red<BR>
/gate/xBox/geometry/setXLength {axesLength} cm<BR>
/gate/xBox/geometry/setYLength {axesWidth} cm<BR>
/gate/xBox/geometry/setZLength {axesWidth} cm<BR>
/gate/xBox/placement/setTranslation -{axesLengthHalf} 0 0 cm<BR>
<BR>
<BR>
# y-axis<BR>
/gate/world/daughters/name yBox<BR>
/gate/world/daughters/insert box<BR>
/gate/yBox/setMaterial                            Air<BR>
/gate/yBox/vis/forceWireframe<BR>
/gate/yBox/vis/setColor green<BR>
/gate/yBox/geometry/setXLength {axesWidth} cm<BR>
/gate/yBox/geometry/setYLength {axesLength} cm<BR>
/gate/yBox/geometry/setZLength {axesWidth} cm<BR>
/gate/yBox/placement/setTranslation 0 -{axesLengthHalf} 0 cm<BR>
<BR>
<BR>
# z-axis<BR>
/gate/world/daughters/name zBox<BR>
/gate/world/daughters/insert box<BR>
/gate/zBox/setMaterial                            Air<BR>
/gate/zBox/vis/forceWireframe<BR>
/gate/zBox/vis/setColor blue<BR>
/gate/zBox/geometry/setXLength {axesWidth} cm<BR>
/gate/zBox/geometry/setYLength {axesWidth} cm<BR>
/gate/zBox/geometry/setZLength {axesLength} cm<BR>
/gate/zBox/placement/setTranslation 0 0 -{axesLengthHalf} cm<BR>
<BR>
Cheers,<BR>
Hermann<BR>
<BR>
On Fri, 2013-04-26 at 12:11 -0700, Ba Es wrote:
<BLOCKQUOTE TYPE=CITE>
    Hello GATE user
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    In user guide v6.2, for inserting x, y  & z axes in world, write this command:
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    /gate/world/daughters/insert 3 axes
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <A HREF="http://wiki.opengatecollaboration.org/index.php/Users_Guide_V6.2:Defining_a_geometry">http://wiki.opengatecollaboration.org/index.php/Users_Guide_V6.2:Defining_a_geometry</A>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    but when i write this command,  can't see any thing in my world!!
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    anyone know how can i see axes in word?
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Thank you
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Babak<BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<PRE>
_______________________________________________
Gate-users mailing list
<A HREF="mailto:Gate-users@lists.opengatecollaboration.org">Gate-users@lists.opengatecollaboration.org</A>
<A HREF="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</A>
</PRE>
</BLOCKQUOTE>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
-------------
DI Hermann Fuchs
Christian Doppler Laboratory for Medical Radiation Research for Radiation Oncology
Department of Radiation Oncology
Medical University Vienna
Währinger Gürtel 18-20
A-1090 Wien

Tel.  + 43 / 1 / 40 400 7271
Mail. <A HREF="mailto:hermann.fuchs@meduniwien.ac.at">hermann.fuchs@meduniwien.ac.at</A>
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>