readSurfaceMesh
Description
reads surface mesh data from an STL or a PLY file with the specified filename and returns it
as a mesh
= readSurfaceMesh(fileName
)surfaceMesh
object.
Examples
Input Arguments
Output Arguments
Limitations
You cannot read these attributes from an STL file.
Vertex normals
Vertex colors
Face colors
You cannot read face colors from a PLY file.
Version History
Introduced in R2022b
See Also
surfaceMesh
| pc2surfacemesh
| writeSurfaceMesh
| surfaceMeshShow