mergeLayers

pyslm.geometry.mergeLayers(layerLists)

Merges a list of Layers - typically from separate parts into a unified layer. The layer geometries are merged together into a new Dict structure, with the order LayerGeometry

Parameters:

layerLists (List[Dict[int, Layer]]) – A list of Dictionary consisting of layers.

Return type:

Dict[int, Layer]

Returns: