fmeobjects.FMEMesh.setEdgeVisibilityFlagsToLastPart

FMEMesh.setEdgeVisibilityFlagsToLastPart()

setEdgeVisibilityFlagsToLastPart(edgeVisibilityFlags),

This routine sets the edge visibility flags to the last mesh part that was added. It is intended to be called directly after addMeshPart(), typically.

The size of the list of flags must be exactly one fewer than the number of vertices on the last part of the mesh.

Passing in None will remove all edge visibility flags from the last mesh part.

Parameters:

edgeVisibilityFlags (list[bool]) – The list of edge visibility flags.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.