Main Content
addVertices
Description
addVertices(
adds the specified vertices to the mesh
,vertices
)surfaceMesh
object
mesh
.
addVertices(___,Name=Value)
specifies options using one
or more name-value arguments in addition to the input arguments from the previous syntax.
For example, VertexNormals=[8 -4 4; 4 4 8; -6 6 3; -3 -6 6; 3 -6 -6; 6 6
-3]
specifies the normal vectors for the mesh vertices.
Examples
Input Arguments
Version History
Introduced in R2022b
See Also
addFaces
| removeVertices
| removeFaces
| surfaceMesh
| pc2surfacemesh
| readSurfaceMesh
| writeSurfaceMesh
| surfaceMeshShow