fmeobjects.FMEMeshPartIterator.sideExists

FMEMeshPartIterator.sideExists(front)

Indicates whether of not the side of the mesh part exists. 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 thhe front or back of the mesh part.

Return type:

bool

Returns:

Returns True if th side exists or False otherwise.