API reference#
Note
This is a work in progress and should be considered Beta.
The PyEnSight API is described in this section. Much of it is autogenerated and shared with EnSight.
ensight_api
class#
The ensight_api
class should never be used directly. An instance is available via the ensight
property on the ansys.pyensight.core.Session
class. Thus, an EnSight call like
ensight.part.select_all()
is available in PyEnSight as the
select_all
method. Most scripts written for the embedded EnSight Python interpreter should work with
PyEnSight using the ansys.pyensight.core.Session.ensight
interface.
A saved EnSight session state |
|
Creates a |
|
Creates a |
|
Generates HTML pages for renderable entities. |
|
|
Provides for accessing an EnSight |
Provides the |
|
Controls the parts in the current EnSight |
|
|
Provides the |
Provides the |
|
Controls the view in the current EnSight |
|
Controls the variables in the current EnSight |
|
Provides the |
|
A namespace to access the interfaces of specific readers |
|
|
A namespace to access specific DVS interfaces |