ansys.fluent.core.post_objects.post_objects_container.Graphics#

class ansys.fluent.core.post_objects.post_objects_container.Graphics(session, module, post_api_helper, local_surfaces_provider=None)#

Provides the pyvista Graphics objects manager.

This class provides access to Graphics object containers for a given session so that graphics objects can be created.

Parameters:
sessionobj

Session object.

module: object

Python module containing post definitions

post_api_helper: object

Provides helper APIs for post-processing

local_surfaces_providerobject, optional

Object providing local surfaces so that you can access surfaces created in other modules, such as pyvista. The default is None.

Attributes:
Meshesdict

Container for mesh objects.

Surfacesdict

Container for surface objects.

Contoursdict

Container for contour objects.

Vectorsdict

Container for vector objects.

Methods

__init__(session, module, post_api_helper[, ...])

__init__ method of Graphics class.

add_outline_mesh()

Add a mesh outline.

get_path()

Get container path.

update(value)

Update the value.

Attributes

type

Type.