py3dtiles.bounding_volume module

class py3dtiles.bounding_volume.BoundingVolume[source]

Bases: Extendable

Abstract class used as interface for box, region and sphere

is_box() bool[source]
is_region() bool[source]
is_sphere() bool[source]