fmeobjects.FMEMesh.appendVertex

FMEMesh.appendVertex(x, y, z)

Appends the point to the end of the vertex list. This method will assume that passed vertices are in local coordinates (i.e. the transformation matrix will be applied to these vertices).

Parameters:
  • x (float) – The x coordinate of the vertex to be appended.

  • y (float) – The y coordinate of the vertex to be appended.

  • z (float) – The z coordinate of the vertex to be appended.

Return type:

None