is_on_bounding# FacePrimitive.is_on_bounding(tolerance=1e-09)[source]# Check if the face is on bounding box or Not. Parameters: tolerancefloat, optionalTolerance of check between face center and bounding box. Returns: boolTrue if the face is on bounding box. False otherwise.