[q2,me2,toGlobal2]=fc_meshtools.simplicial.getMeshArrays('3Ds',2,true); [q1,me1,toGlobal1]=fc_meshtools.simplicial.getMeshArrays('3Ds',1,true); figure(1) fc_graphics4mesh.plotmesh(q2,me2,'EdgeColor','k','FaceColor','LightGray', 'FaceAlpha',0.1) hold on fc_graphics4mesh.plotnodesidx(q2) view(3);axis image;axis off figure(2) fc_graphics4mesh.plotmesh(q2,me2,'Color','LightGray','FaceAlpha',0.1) hold on fc_graphics4mesh.plotmesh(q1,me1,'Color','b','linewidth',1.5) fc_graphics4mesh.plotnodesidx(q1,'Color','b', 'backgroundcolor','Salmon', 'edgecolor','b','fontsize',7) view(3);axis image;axis off

