fmeobjects.FMETriangleStrip.getPointAtXYZ

FMETriangleStrip.getPointAtXYZ(index)

Gets a coordinate of this triangle strip at the specified index. If index is out of range, then an error is generated.

Parameters:

index (int) – The index to get the point from.

Return type:

tuple[float]

Returns:

The point is represented as a (x, y, z) tuple.