py3dtiles.extendable module

class py3dtiles.extendable.Extendable[source]

Bases: object

One the 3DTiles notions defined as an abstract data model through a schema of the 3DTiles specifications (either core of extensions).

add_extension(extension: Extension) None[source]
get_extension(extension_name: str) Extension[source]
get_extensions() list[Extension][source]
has_extensions() bool[source]