fmeobjects.FMETriangleFan.appendPointXYZ

FMETriangleFan.appendPointXYZ(x, y, z)

appendPointsXYZ(points)

Appends coordinates to the end of the coordinate list that defines the triangle fan. This operation effectively appends new triangles to the triangle fan. After the append operation, coordinates at indices 0, i + 1, and i + 2 define the ith triangle.

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

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

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

Return type:

None