QMRITools`
QMRITools`
PlotMesh[mesh]
Plots a MeshRegion as a GraphicsComplex.
PlotMesh[points,cells]
plots a MeshRegion which has been split into the coordinates and cells using SplitRegionMesh.
PlotMesh[mesh]
Plots a MeshRegion as a GraphicsComplex.
PlotMesh[points,cells]
plots a MeshRegion which has been split into the coordinates and cells using SplitRegionMesh.
| MeshOpacity | 1 | MeshOpacity is an option for PlotMesh. It specifies how much opacity the mesh has. | |
| MeshColor | RGBColor[0.93, 0.27, 0.27] | MeshColor is an option for PlotMesh. It specifies the color of the mesh. The color can be a single color or a list of colors with the same length as the mesh coordinates. | |
| MeshEdgeColor | None | MeshEdgeColor is an option for PlotMesh. It specifies the color for the border of the mesh vertices. | |
| MeshPointColor | None | MeshPointColor is an option for PlotMesh. It specifies the color of the mesh coordinates. The points need to be one and the points are shown as spheres. | |
| MeshPointSize | 1 | MeshPointSize is an option for PlotMesh. It specifies how large the points will be, its defined in mm. |