BaseSpatialObjectData
BaseSpatialObjectData
evo.objects.typed.spatial.BaseSpatialObjectData
compute_bounding_box
compute_bounding_box() -> BoundingBox
Compute the bounding box for the object based on its datasets.
Returns:
| Type | Description |
|---|---|
BoundingBox | The computed bounding box. |
Raises:
| Type | Description |
|---|---|
ValueError | If the bounding box cannot be computed from the datasets. |