fmeobjects.FMETriangleStrip.getAsFaceAt

FMETriangleStrip.getAsFaceAt(index)

Returns a triangular face defined by this triangle strip. The index indicates the specific triangular face to return. In particular, given an index i, the triangular face returned is specified by the coordinate indices 0, i + 1, and i + 2. If the specified index is out of range, then None is returned.

Parameters:

index (int) – The index to get the copy at.

Return type:

FMEFace or None

Returns:

A copy of a triangular face defined by this triangle strip.