This tool delineates the minimum bounding circle (MBC) for a group of vectors. The MBC is the smallest enclosing circle to completely enclose a feature.
minimum_bounding_box, minimum_bounding_envelope, minimum_convex_hull
def minimum_bounding_circle(self, input: Vector, individual_feature_hulls: bool = True) -> Vector: ...