With these two simple code lines, it is possible to set the transparency of a FemMesh that is using the ContourPlot mode (FemMesh.ContourPlot = true):
femMesh.Color = Color.FromArgb(127, Color.Black);
femMesh.ColorMethod = colorMethodType.byEntity;
This will be the final result:
Comments
Please sign in to leave a comment.