voxcity.models.MeshCollection ============================= .. py:class:: voxcity.models.MeshCollection Container for named meshes with simple add/access helpers. .. py:attribute:: meshes :type: Dict[str, MeshModel] .. py:method:: add(name: str, mesh: MeshModel) -> None .. py:method:: get(name: str) -> Optional[MeshModel] .. py:method:: __iter__() .. py:property:: items :type: Dict[str, MeshModel]