Main Content
writeSurfaceMesh
Description
Examples
Input Arguments
Limitations
You cannot write these attributes into an STL file.
Vertex normals
Vertex colors
Face colors
You cannot write face normals and face colors into a PLY file.
You can write only mesh vertices, vertex colors, and mesh triangular faces to the FBX file format.
You can write only mesh vertices and mesh triangular faces to the OBJ, GLTF, GLB, OFF, DAE, STEP, STP, IGES, or IGS file formats.
The function supports only
"ascii"
encoding for the OBJ, GLTF, GLB, OFF, and DAE file formats, and only"binary"
encoding for the FBX file format.
Version History
Introduced in R2022bSee Also
surfaceMesh
| pc2surfacemesh
| readSurfaceMesh
| surfaceMeshShow