Skip to content

Post Processing Plots Closes automatically #257

@MeenaBytes

Description

@MeenaBytes

The plots generated from pyvista based postprocessing APIs doesn't seem to be blocking the thread. I had to put a sleep function to show them for a particular duration before the code execution completes. It would be useful if there is an argument which can be used to hold the thread until user close the plots.

For example:

#Displaying Mesh and Results

pressure_contour.display("window-1") #Pressure Contour
velocity_contour.display("window-3")  #Velocity Contour
mesh2.display("window-2")  # Blade Mesh
model_mesh.display("window")  #Full Model
time.sleep(30)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprove any current implemented feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions