Bases: ABC
, Generic
[_JsonDictT
]
One the 3DTiles notions defined as an abstract data model through
a schema of the 3DTiles specifications (either core of extensions).
-
add_root_properties_to_dict(dict_data: _JsonDictT) → _JsonDictT[source]
-
abstract classmethod from_dict(data_dict: _JsonDictT) → Self[source]
-
set_properties_from_dict(dict_data: _JsonDictT) → None[source]
-
abstract to_dict() → _JsonDictT[source]