X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=delaunay.git;a=blobdiff_plain;f=test%2Fdelaunay.tex;h=0bc1393917b94cb7f241fe371acf590abe281e25;hp=0c8352ee52a3142c369910ff63d829e5e878cf5e;hb=de12f6c65e1e5533bf5971313ba6d0dced4a5666;hpb=93a6d2fd77327d5abb1ee4a8324e5d0f79f29927 diff --git a/test/delaunay.tex b/test/delaunay.tex index 0c8352e..0bc1393 100644 --- a/test/delaunay.tex +++ b/test/delaunay.tex @@ -160,4 +160,11 @@ colorBbox = black \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{ + buildGmshVoronoiMP("maillage.msh","none","8cm","none") +} \end{document}