fmeobjects.FMEFace.isConvex

FMEFace.isConvex()

Determines if face is convex. The polygon making up the area is convex if all internal angles are less than 180 degrees and it’s not self-intersecting. Imperfectly planar 3D polygons are tolerated.

Return type:

bool

Returns:

Returns True if this face is convex, and False otherwise.