Exporter_Pickle

Exporter_Pickle#

class zeroheliumkit.src.importing.Exporter_Pickle(name: str, zhk_layers: dict)[source]#

Bases: object

Helper class to export zhk dictionary with geometries into .pickle file.

Parameters:
  • name (str) – The name of the pickle file.

  • zhk_layers (dict) – A dictionary containing the geometries for each layer.

Methods

save()

Saves geometry layout of the Entity/Structure in .pickle format

Attributes

name

zhk_layers

save()[source]#

Saves geometry layout of the Entity/Structure in .pickle format

Parameters:
  • geometries_dict (Entity/Structure) – geometry layout

  • file_path – name and location of the file