py3dtiles.tileset.bounding_volume module
- class py3dtiles.tileset.bounding_volume.BoundingVolume[source]
Bases:
ABC
,Extendable
Abstract class used as interface for box, region and sphere
- abstract add(other: BoundingVolume) None [source]
- abstract to_dict() BoundingVolumeBoxDictType | BoundingVolumeRegionDictType | BoundingVolumeSphereDictType [source]