Structure.load_from_obj
- static Structure.load_from_obj(filename, output=True)[source]
Imports a Structure object from an .obj file through Pickle.
- Parameters
filename (str) – Path to load the Structure .obj from.
output (bool) – Print terminal output.
- Returns
obj – Imported Structure object.