12.1.1                    New QuickWave project


doc
=QW_Modeller.newQWDocument("NAME")


Creates new document of name "NAME" prepared for QuickWave project.


doc
is an object standing for a new document.



Please note that we can create new QuickWave project using standard FreeCAD commands but if new project is not created with QW_Modeller module it is not prepared for QuickWave simulation (see New Project chapter for more information). In such case we need to use prepareForQW() command to prepare the project for QuickWave:


App.newDocument("NAME")


Creates new document of name "NAME" not prepared for QuickWave project.


doc
=QW_Modeller.prepareForQW("NAME")


Prepares the project of name "NAME" for QuickWave.


doc
is an object standing for a new document.