X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=delaunay.git;a=blobdiff_plain;f=test%2Fdelaunay.tex;fp=test%2Fdelaunay.tex;h=1c3d0ef49c872352db3a092b371130f2a0502588;hp=0bc1393917b94cb7f241fe371acf590abe281e25;hb=581ccb9539f0af81056af73d3354fd895f1d7d55;hpb=de12f6c65e1e5533bf5971313ba6d0dced4a5666 diff --git a/test/delaunay.tex b/test/delaunay.tex index 0bc1393..1c3d0ef 100644 --- a/test/delaunay.tex +++ b/test/delaunay.tex @@ -155,7 +155,7 @@ 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);} @@ -165,6 +165,10 @@ colorBbox = black drawGmshMP("maillage.msh","points","8cm") }\par \directlua{ - buildGmshVoronoiMP("maillage.msh","none","8cm","none") + gmshVoronoiMP("maillage.msh","none","8cm","none") } + +\drawGmsh[tikz,scale=8cm]{maillage.msh} + +\gmshVoronoi[tikz,scale=8cm,print=points,delaunay=show]{maillage.msh} \end{document}