save_model#

dlubal.api.rstab.Application.save_model(self, *, model_id=None, path=None)#

Saves model specified by model id to optional specified path

Parameters:
  • model_id (dlubal.api.common.model_id_pb2.ModelId | None) – Unique identifier of the model

  • path (str | None)

Active model is used if this field is not set.

path (str | None): Path to the model


Example

rstab_app.save_model(path='new_model')