Creates a new, blank, model database without saving changes in the previous model, if any. (Use db.save first.)
analysisType | optional string | Analysis type to create:. "Structural", "Thermal", or "Coupled" |
filename | optional string | Filename to be created, e.g. "C:\temp\myModel.mdl". If not given, the database will not be associated with any file until saveAs is called |
Return value | IFDatabase | The new database |
Back to Modeller
Back to Overview