Modeller.newDatabase


newDatabase([analysisType], [filename])

Creates a new, blank, model database without saving changes in the previous model, if any. (Use db.save first.)

analysisTypeoptional string Analysis type to create:. "Structural", "Thermal", or "Coupled"
filenameoptional 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 valueIFDatabaseThe new database

Back to Modeller

Back to Overview