meshfile=fc_oogmsh.buildmesh3ds('demisphere5',10); Th=fc_simesh.siMesh(meshfile); fc_tools.graphics.monitors.onGrid(2,2); figure(1) fc_siplt.plotmesh(Th,'inlegend',true) axis off;axis equal; fc_graphics4mesh.legend() figure(2) fc_siplt.plotmesh(Th,'EdgeColor','LightGray', 'EdgeAlpha',0.4,'FaceColor','none') view(3);hold on;axis off;axis equal fc_siplt.plotmesh(Th,'d',1,'inlegend',true,'LineWidth',2) fc_graphics4mesh.legend('Location','NorthEastOutside','FontSize',12) figure(3) fc_siplt.plotmesh(Th,'labels',[1,10,11,12],'EdgeColor','none','inlegend',true) axis off;axis equal fc_graphics4mesh.legend('Location','NorthEastOutside','FontSize',12) figure(4) fc_siplt.plotmesh(Th,'EdgeColor',0.9*[1,1,1], 'EdgeAlpha',0.4,'FaceColor','none') hold on;axis off;axis equal fc_siplt.plotmesh(Th,'d',1,'color','k') fc_siplt.plotmesh(Th,'d',0,'inlegend',true) fc_graphics4mesh.legend('Location','NorthEastOutside','FontSize',12)
[fc-oogmsh] Input file : <fc-oogmsh>/geodir/3ds/demisphere5.geo [fc-oogmsh] Mesh file <fc-oogmsh>/meshes/demisphere5-10.msh [version 4] already exists. -> Use "force" flag to rebuild if needed. Mesh demisphere5-10.msh is a 3-dimensional mesh Force dimension to 3



