src.inout.model_io
Classes
|
- class src.inout.model_io.ModelIO
- Author:
Alberto M. Esmoris Pena
Class with util static methods for input/output operations related to models.
- static read(path)
Read a model file.
- Parameters:
path (str) – Path to the model file.
- Returns:
Instance of Model (or corresponding derived class).
- Return type: