dtcc.Bounds.contains_bounds(other: Bounds, ignore_z: bool = True) bool[source]

Check if another bounds is inside this bounds.

Parameters:
other : Bounds

The other bounds to check.

Returns:

True if the other bounds is inside this bounds, False otherwise.

Return type:

bool