Skip to content

Lack of static intellisense for various graphics objects #465

Open
@mkundu1

Description

@mkundu1

Static intellisense doesn't appear on various graphics objects while typing in IDE.

import ansys.fluent.core as pyfluent
from ansys.fluent.core.examples import download_file
from ansys.fluent.visualization import Graphics
solver = pyfluent.launch_fluent(dimension=2)
mesh_file = download_file("gascomb.msh", "pyfluent/tutorials/species_transport")
solver.settings.file.read_case_data(file_name="gascomb1.cas.h5")
mesh1 = Graphics(solver).Meshes["mesh1"]
mesh1.

It is not possible to know what attributes and methods are available at mesh1 while typing the above code in an IDE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions