X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=test%2Fdelaunay.tex;h=0bc1393917b94cb7f241fe371acf590abe281e25;hb=de12f6c65e1e5533bf5971313ba6d0dced4a5666;hp=242e08b740d60dfbd1f32df30818f2c784d4fdf2;hpb=81576bf772cf5a397a9a380eb6f30b97270710c5;p=delaunay.git diff --git a/test/delaunay.tex b/test/delaunay.tex index 242e08b..0bc1393 100644 --- a/test/delaunay.tex +++ b/test/delaunay.tex @@ -154,4 +154,17 @@ colorBbox = black \buildVoronoiBW[tikz,mode=ext,delaunay=show,colorVoronoi=green!60!blue]{mesh.txt}\par \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,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}