-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
enhancementImprove any current implemented featureImprove any current implemented feature
Description
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
Labels
enhancementImprove any current implemented featureImprove any current implemented feature