Working with projects

How to access the current project

The “current project” represents all the information and features relating to the current modelling project in the IES-VE software. This is accessed using the get_current_project() class method of the VEProject class.

import iesve
currentproject = iesve.VEProject.get_current_project()
  • currentproject is an instance of the VEProject class.