saveModel#

pyCGM2.Utils.files.saveModel(model: Model, path: str, FilenameNoExt: str)#

Save a pyCGM2 model instance to a file.

Parameters:
  • model (Model) – The pyCGM2 model instance to be saved.

  • path (str) – The directory path to save the model file.

  • FilenameNoExt (str) – The base filename to use for saving the model.