<div dir="ltr"><div dir="ltr"><div>Hello Peter, <br></div><div><br></div><div>I took a bit of a different approach and hopefully it is similar to what you'd like to do. <br></div><div>This short script makes a "sphere patch" by subtracting one sphere from another. <br></div><div><br></div><div><span style="font-family:monospace,monospace">SetFactory("OpenCASCADE");<br><br>// arbitrary angle selections here <br>Sphere(1) = {0, 0, 0, 0.5, -Pi/9, Pi/9, Pi/4};<br>Sphere(2) = {-.25, 0, 0, 0.5, -Pi/9, Pi/9, Pi/4}; // shift sphere 2 <br><br>// use sphere 2 to cut sphere 1 <br>BooleanDifference{ Volume{1}; Delete; }{ Volume{2}; Delete; }<br></span></div><div><span style="font-family:monospace,monospace"><br></span></div><div><div><img src="cid:ii_jv1ebup50" alt="image.png" width="425" height="248"><br></div><span style="font-family:monospace,monospace"></span></div></div><div dir="ltr"><div><img src="cid:ii_jv1edatm1" alt="image.png" width="415" height="235"><br></div><br>I hope this is helpful! If I missed the point please let me know. <br></div><div dir="ltr"><br> </div><div dir="ltr"><div>Sincerely, <br></div><div>Max <br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 24, 2019 at 7:22 PM Peter Johnston <<a href="mailto:p.johnston@griffith.edu.au">p.johnston@griffith.edu.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div>
<div name="messageBodySection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
Thanks Max and Christophe,
<div><br>
</div>
<div>I have attached a simple sample .geo file. For some reason it creates even more volumes than the more complicated script I was working on. However, it still displays similar problems.</div>
<div><br>
</div>
<div>If you have any further questions, please let me know.</div>
<div><br>
</div>
<div>Thanks again,</div>
<div><br>
</div>
<div>Peter.</div>
</div>
<div name="messageSignatureSection"><br>
<div class="gmail-m_4024552212881412050matchFont">---------------------------------------------------------------------<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
Associate Professor Peter Johnston (FAustMS, FIMA)<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
School of Environment and Science<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
Griffith University | Nathan | QLD 4111 | Technology (N44) Room 3.19<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
T +61 7 373 57748| F +61 7 373 57656 Email <a href="mailto:p.johnston@griffith.edu.au" target="_blank">p.johnston@griffith.edu.au</a></div>
</div>
<div name="messageReplySection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
On 25 Apr 2019, 1:36 AM +1000, Max Orok <<a href="mailto:morok@mevex.com" target="_blank">morok@mevex.com</a>>, wrote:<br>
<blockquote type="cite" style="margin:5px;padding-left:10px;border-left:thin solid rgb(26,188,156)">
<div dir="ltr">
<div>Hi Peter,<br>
</div>
<div><br>
</div>
<div>Scripts are always helpful! It is nice to be able to see the steps as you go along.<br>
</div>
<div><br>
</div>
<div>Max<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Wed, Apr 24, 2019 at 8:36 AM Peter Johnston <<a href="mailto:p.johnston@griffith.edu.au" target="_blank">p.johnston@griffith.edu.au</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:5px;padding-left:10px;border-left:thin solid rgb(230,126,34)">
<div>
<div name="messageBodySection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
Hello,
<div><br>
</div>
<div>I appear to have a problem for which I cannot figure out a solution.</div>
<div><br>
</div>
<div>I have an annular hemispherical volume created between to hemispheres centred on the origin. I would like to divide the volume into two parts in a special way using Boolean operations. To define a sub-volume of the initial volume by defining four points
 on the surface of the inner sphere, create a “quadrilateral” on the inner surface by joining the four points in order using circles through the origin. (I think that these should be parts of great circles on the inner surface?). Then I create a line loop and
 a surface, and finally extrude the surface away from the origin to create a volume. Perhaps a .geo script would help here?</div>
<div><br>
</div>
<div>When I perform BooleanDifferences and BooleanIntersections I end up with three volumes instead of two. The reason I get the third volume is that the surface patch that I create does not fit exactly onto the original spherical surface. Is there any way
 that I can force the patch to be part of the spherical surface?</div>
<div><br>
</div>
<div>A consequence of the extra volume is that I cannot create a sensible mesh.</div>
<div><br>
</div>
<div>Any ideas would be greatly appreciated.</div>
<div><br>
</div>
<div>Thanks very much,</div>
<div><br>
</div>
<div>Peter.</div>
<div><br>
</div>
<div>PS, I could send a simple script file if that would help.</div>
</div>
<div name="messageSignatureSection"><br>
<div class="gmail-m_4024552212881412050gmail-m_2746242579082793678matchFont">---------------------------------------------------------------------<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
Associate Professor Peter Johnston (FAustMS, FIMA)<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
School of Environment and Science<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
Griffith University | Nathan | QLD 4111 | Technology (N44) Room 3.19<br style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">
T +61 7 373 57748| F +61 7 373 57656 Email <a href="mailto:p.johnston@griffith.edu.au" target="_blank">
p.johnston@griffith.edu.au</a></div>
</div>
</div>
_______________________________________________<br>
gmsh mailing list<br>
<a href="mailto:gmsh@onelab.info" target="_blank">gmsh@onelab.info</a><br>
<a href="http://onelab.info/mailman/listinfo/gmsh" rel="noreferrer" target="_blank">http://onelab.info/mailman/listinfo/gmsh</a><br>
</blockquote>
</div>
<br clear="all">
<br>
--<br>
<div dir="ltr" class="gmail-m_4024552212881412050gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>Max Orok</div>
<div>Contractor<br>
</div>
</div>
<div dir="ltr"><a href="http://www.mevex.com" target="_blank">www.mevex.com</a><br>
<br>
<img width="164" height="42"><br>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>

</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Max Orok</div><div>Contractor<br></div></div><div dir="ltr"><a href="http://www.mevex.com" target="_blank">www.mevex.com</a><br><br><img src="https://docs.google.com/uc?export=download&id=1fHTIiW4OMUjQr1iOkspQ7wiEsxunoOs0&revid=0B6x5w-5zVaEjSkpwbm5oY29jbG1XMzJoYldXTmJpNGFtb3dVPQ" width="164" height="42"><br></div></div></div></div></div></div>