fmeobjects.FMEMesh.appendMesh

FMEMesh.appendMesh(otherMesh)

Appends a mesh passed in to the mesh, by appending the vertices, vertex normals and texture coordinates and then by appending mesh parts with updated indices.

Parameters:

otherMesh (FMEMesh) – Another mesh to append to this mesh.

Return type:

None