fmeobjects.FMEMesh.appendVertexNormals

FMEMesh.appendVertexNormals(points)

Appends the vertex normals to the end of the vertex normal list.

Parameters:points (list[tuple[float]]) – The list of vertices to be added. The vertices are represented as (x, y, z) tuples.
Return type:None