We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
mesh1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Static intellisense doesn't appear on various graphics objects while typing in IDE.
It is not possible to know what attributes and methods are available at
mesh1
while typing the above code in an IDE.The text was updated successfully, but these errors were encountered: