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.
bool
Returns True if this face is convex, and False otherwise.
True
False