X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=test%2Fdelaunay.tex;h=1c3d0ef49c872352db3a092b371130f2a0502588;hb=e6cdb2e004ddba7c63705df4835de516ce0f297c;hp=d79b5b7fc33e194bc3e8e14e30cfbf67b137d1f0;hpb=a00e38bda1dd258080ec6a649d61b1f577ccb71a;p=delaunay.git diff --git a/test/delaunay.tex b/test/delaunay.tex index d79b5b7..1c3d0ef 100644 --- a/test/delaunay.tex +++ b/test/delaunay.tex @@ -146,7 +146,29 @@ colorBbox = black % buildVoronoiMP("mesh.txt","ext","points","","1cm","show") % } \buildVoronoiBW[mode=ext]{mesh.txt} -\buildVoronoiBW[mode=ext,delaunay=show]{mesh.txt}\par -\buildVoronoiBW[mode=ext,print=points,delaunay=show,bbox=show]{mesh.txt} +\buildVoronoiBW[mode=ext,delaunay=show,colorVoronoi=green!60!blue]{mesh.txt}\par +\buildVoronoiBW[mode=ext,print=points,delaunay=show,bbox=show,meshpoint=x,circumpoint=y]{mesh.txt} + +\buildVoronoiBW[tikz,mode=ext]{mesh.txt} +\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,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}