is_on_bounding#

FacePrimitive.is_on_bounding(tolerance=1e-09)#

Check if the face is on bounding box or Not.

Parameters:
tolerancefloat, optional

Tolerance of check between face center and bounding box.

Returns:
bool

True if the face is on bounding box. False otherwise.