PlotMesh

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.

Details
Details and Options Details and Options
Examples  
Q M R I TOOLS SYMBOL
QMRITools`
QMRITools`

PlotMesh

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.

Details

  • The following options can be given:
  • MeshOpacity1MeshOpacity is an option for PlotMesh. It specifies how much opacity the mesh has.
    MeshColorRGBColor[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.
    MeshEdgeColorNoneMeshEdgeColor is an option for PlotMesh. It specifies the color for the border of the mesh vertices.
    MeshPointColorNoneMeshPointColor 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.
    MeshPointSize1MeshPointSize is an option for PlotMesh. It specifies how large the points will be, its defined in mm.

Examples