surfaceMeshShow
Syntax
Description
surfaceMeshShow(
displays the
surface mesh specified by the surfaceMeshObj
)surfaceMesh
object
surfaceMeshObj
.
surfaceMeshShow(
displays the
surface mesh specified by the triangulationObj
)triangulation
object.
surfaceMeshShow(___,Name=Value)
specifies options using
one or more name-value arguments in addition to any combination of arguments from previous
syntaxes. For example, Title="Cuboid"
displays the surface mesh with the
title "Cuboid"
.
Examples
Input Arguments
Limitations
The surfaceMeshShow
function does not display mesh face colors
specified by the FaceColors
property of the input surfaceMesh
object.
You cannot save the output by using the savefig
function.
To use functions such as plot
after the surfaceMeshShow
function, you must create a new figure window. The surfaceMeshShow
function cannot create figures.
Version History
Introduced in R2022b