Some precisions:<br><br>My solution is not strictly correct. It will be correct only if you have air around your plate, for at least the same dimensions as those of the piece of cylinder that goes outside the plate.<br>Also, you will have ellipses cross-sections between the plate borders and the cylinder.<br>
<br>Cheers,<br>Simon<br><br><div class="gmail_quote">On Wed, Mar 6, 2013 at 4:46 PM, Simon Stute <span dir="ltr"><<a href="mailto:gate.stute@gmail.com" target="_blank">gate.stute@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br><br>Define a box made of your plate material.<br>The a daughter which is a cylinder made of air.<br>Incline this cylinder to get the position you need.<br>The daughter cylinder will escape a bit from its mother volume, but as soon as the particles are coming from outside those volumes, it will works fine.<br>

<br>Cheers,<br>Simon<br><br><br><div class="gmail_quote"><div><div class="h5">On Wed, Mar 6, 2013 at 4:40 PM, Cui, Yonggang <span dir="ltr"><<a href="mailto:ycui@bnl.gov" target="_blank">ycui@bnl.gov</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">






<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Thanks, Marc.  What I am looking for is the shape shown below (I hope my sketch is clear):<u></u><u></u></span></p>


<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><img src="cid:image003.jpg@01CE1A57.07CA2BD0" height="235" width="400"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Thanks,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Yonggang<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Vesna Cuplov [mailto:<a href="mailto:vesna.cuplov@gmail.com" target="_blank">vesna.cuplov@gmail.com</a>]
<br>
<b>Sent:</b> Wednesday, March 06, 2013 9:38 AM<br>
<b>To:</b> Marc Chamberland<br>
<b>Cc:</b> Cui, Yonggang; <a href="mailto:gate-users@lists.opengatecollaboration.org" target="_blank">gate-users@lists.opengatecollaboration.org</a></span></p><div><br>
<b>Subject:</b> Re: [Gate-users] How to create this - slant hole in a plate<u></u><u></u></div><p></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hello,</p><div><div><br>
<br>
I am not totally sure about the geometry you want to create for the hole but I added the following<br>
volume in Gate v6.2 which is an Elliptical Tube. You might try it and see if it suites your needs.<br>
<br>
See the User's guide:<br>
<a href="http://wiki.opengatecollaboration.org/index.php/Users_Guide_V6.2:Defining_a_geometry" target="_blank">http://wiki.opengatecollaboration.org/index.php/Users_Guide_V6.2:Defining_a_geometry</a><br>
<br>
and<br>
<br>
<a href="http://geant4.web.cern.ch/geant4/G4UsersDocuments/UsersGuides/ForApplicationDeveloper/html/Detector/geomSolids.html" target="_blank">http://geant4.web.cern.ch/geant4/G4UsersDocuments/UsersGuides/ForApplicationDeveloper/html/Detector/geomSolids.html</a> 
 (G4EllipticalTube)<br>
<br>
and<br>
<br>
<a href="http://mathworld.wolfram.com/CylindricalSegment.html" target="_blank">http://mathworld.wolfram.com/CylindricalSegment.html</a><br>
<br>
Don't know if it will help.<br>
<br>
vesna<br>
<br>
<u></u><u></u></div></div><p></p><div><div>
<div>
<p class="MsoNormal">On Wed, Mar 6, 2013 at 2:11 PM, Marc Chamberland <<a href="mailto:MarcChamberland@cmail.carleton.ca" target="_blank">MarcChamberland@cmail.carleton.ca</a>> wrote:<u></u><u></u></p>
<div>
<p class="MsoNormal">As far as I know, this is not possible with the current geometry features of Gate.
<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">However, since Gate is open source, you can add the feature yourself!<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">If you look at the source code, you'll see that the volumes that Gate supports are Geant4 volumes. A look at the Geant4 source code reveals that it supports many more volumes than Gate. There might be one or more volumes that suit your
 need in there. You just need to implement it in Gate (using the current source code as a template). It should be relatively straight forward... but your geometry need is a bit complex...<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Good luck!<u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:13.5pt;font-family:"Helvetica","sans-serif"">Marc<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:13.5pt;font-family:"Helvetica","sans-serif""><u></u> <u></u></span></p>
</div>
<p class="MsoNormal"><span style="font-size:13.5pt;font-family:"Helvetica","sans-serif""><u></u> <u></u></span></p>
</div>
</div>
</div>
</div>
</div>
</div></div></div>
</div>

<br></div></div><div class="im">_______________________________________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.opengatecollaboration.org</a><br>
<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br></div></blockquote></div><br>
</blockquote></div><br>