meshfile=fc_oogmsh.gmsh.buildmesh3d('cylinder3holes',10); Th=fc_simesh.siMesh(meshfile); fc_tools.graphics.monitors.onGrid(3,3,'figures',1:7); figure(1) Th.plotmesh('inlegend',true) axis image fc_graphics4mesh.legend('Location','EastOutside') figure(2) Th.plotmesh('d',2,'inlegend',true); axis image;axis off fc_graphics4mesh.legend('Location','EastOutside') figure(3) Th.plotmesh('d',1,'inlegend',true); axis image;axis off fc_graphics4mesh.legend('Location','EastOutside') figure(4) Th.plotmesh('inlegend',true) hold on Th.plotmesh('d',1,'color','k'); axis image fc_graphics4mesh.legend('Location','EastOutside') figure(5) Th.plotmesh('d',2,'inlegend',true); axis image fc_graphics4mesh.legend('Location','EastOutside') figure(6) Th.plotmesh('d',2,'edgecolor',0.8*[1 1 1],'facecolor','None','edgealpha',0.5) hold on;axis image Th.plotmesh('d',1,'inlegend',true); fc_graphics4mesh.legend('Location','EastOutside') figure(7) P=[fc_tools.graphics.PlaneCoefs([0 0 1],[0 0 1]); fc_tools.graphics.PlaneCoefs([0 0 1],[-1 0 0])]; Th.plotmesh('cutPlane',P,'Color','DarkGrey') hold on;axis image Th.plotmesh('d',2,'cutPlane',P,'inlegend',true); fc_graphics4mesh.legend('Location','EastOutside')
[fc-oogmsh] Input file : <fc-oogmsh>/geodir/3d/cylinder3holes.geo [fc-oogmsh] Mesh file <fc-oogmsh>/meshes/cylinder3holes-10.msh [version 4.1] already exists. -> Use "force" flag to rebuild if needed. Mesh cylinder3holes-10.msh is a 3-dimensional mesh Force dimension to 3






