Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of static intellisense for various graphics objects #465

Open
mkundu1 opened this issue Dec 18, 2024 · 0 comments
Open

Lack of static intellisense for various graphics objects #465

mkundu1 opened this issue Dec 18, 2024 · 0 comments

Comments

@mkundu1
Copy link
Collaborator

mkundu1 commented Dec 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant