X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=test%2Fdelaunay.tex;h=1c3d0ef49c872352db3a092b371130f2a0502588;hb=ced8983945e47999e128a468ee3cf2218a6288d8;hp=0c8352ee52a3142c369910ff63d829e5e878cf5e;hpb=93a6d2fd77327d5abb1ee4a8324e5d0f79f29927;p=delaunay.git diff --git a/test/delaunay.tex b/test/delaunay.tex index 0c8352e..1c3d0ef 100644 --- a/test/delaunay.tex +++ b/test/delaunay.tex @@ -155,9 +155,20 @@ colorBbox = black \buildVoronoiBW[tikz,mode=ext,print=points,delaunay=show,bbox=show,meshpoint=x,circumpoint=y]{mesh.txt} \buildVoronoiBWinc[mode=ext]{mesh.txt}{beginfig(0);}{endfig;} -\buildVoronoiBWinc[tikz,mode=ext]{mesh.txt}{}{} +\buildVoronoiBWinc[tikz,mode=ext,print=points]{mesh.txt}{}{} \buildVoronoiBWinc[tikz,mode=ext,print=points,delaunay=show,meshpoint=x,circumpoint=y]{mesh.txt}{}{\draw[color=blue,thick] (0,0)--(3,3);} +\def\MeshPoints{P} +\directlua{ + drawGmshMP("maillage.msh","points","8cm") +}\par +\directlua{ + gmshVoronoiMP("maillage.msh","none","8cm","none") +} + +\drawGmsh[tikz,scale=8cm]{maillage.msh} + +\gmshVoronoi[tikz,scale=8cm,print=points,delaunay=show]{maillage.msh} \end{document}