CShape.bbox

property CShape.bbox: tuple[float, float]

Coordinate of the bounding box as a numpy.ndarray`in the following format :math:`y_{min}, z_{min}, y_{max}, z_{max}.

Return type:

tuple[float, float]