project.py
Functions for managing a project in pyFormex.
A project is a persistent storage of a Python dictionary.
Methods
Create a new project with the given filename.
If the filename exists and create is False, the file is opened and the contents is read into the project dictionary. If not, a new empty file and project are created.
If legacy = True, the Project is allowed to read unsigned file formats. Writing is always done with signature though.
Methods
Project objects have the following methods:
Load a project from file.
The loaded definitions will update the current project.