fmeobjects.FMEMeshPartIterator.hasTextureCoords

FMEMeshPartIterator.hasTextureCoords(front)

Returns a boolean indicating whether or not the mesh part iterator has texture coordinates. The front parameter controls whether this query should be made on the front or back of the mesh part.

Parameters

front (bool) – Indicates whether the query should be made on the front or back of the mesh part.

Return type

bool

Returns

Returns True if the mesh part iterator has texture coordinates, False otherwise.