is_on_bounding# FacePrimitive.is_on_bounding(tolerance: float = 1e-09) → bool# 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.