dtcc.Scene.add_geometries(name: str, geometries: list[Geometry])[source] Add a collection of geometries to the scene. Parameters:¶ name : str¶Name of the geometry collection. geometries : list[Geometry]¶List of Geometry objects to be added.