Application#

class ansys.optislang.core.application.Application#

Base class for classes which operate with projects.

Methods

Application.new()

Create and open a new project.

Application.open(file_path[, force, ...])

Open a project.

Application.save()

Save changes to the project data and settings.

Application.save_as(file_path[, force, ...])

Save and open the project at a new location.

Application.save_copy(file_path)

Save a copy of the project to a specified location..

Attributes

Application.project

Instance of the Project class.

Application.version

Version of used optiSLang.

Application.version_string

Version of used optiSLang.