<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
                
        
        
                <div class="page" title="Page 72">
                        <div class="layoutArea">
                                <div class="column"><p class=""><font face="Calibri" style="font-size: 14px;" class="">Hi,</font></p><div class=""><font face="Calibri" style="font-size: 14px;" class="">My question is about this section of the GMSH manual:</font></div><p class=""><font style="font-size: 14px;" face="Lucida Sans Typewriter" class="">Recombine Surface { expression-list } | "*" < = expression >;<br class="">
Recombines the triangular meshes of the surfaces listed in expression-list into
mixed triangular/quadrangular meshes. The optional expression on the right
hand side specifies the maximum difference (in degrees) allowed between the
largest angle of a quadrangle and a right angle (a value of 0 would only accept
quadrangles with right angles; a value of 90 would allow degenerate quadrangles;
default value is 45). </font></p><div class=""><br class=""></div><div class="">I want to specify the angle which is discussed in this section, but I can’t get it to work. Namely, whatever I do the results is the same, which seems to correspond with the 45 degree default.</div><div class=""><br class=""></div><div class="">is the following syntax correct?</div><div class=""><div class=""><span style="font-family: 'Lucida Sans Typewriter';" class="">Recombine Surface {1} = 90; </span></div></div><div class="">to allow degenerate quads?</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Greetings Jan</div>
                                </div>
                        </div>
                </div></body></html>