Users Forum

HYRCAN Category => Feature Requests/Future Directions => Topic started by: robin on August 26, 2024, 04:00:47 pm

Title: Suppression of information dialog following compute
Post by: robin on August 26, 2024, 04:00:47 pm
I am modelling embankment stability parametrically, and generate geometry from a script based on embankment slopes, crest width, and some other parameters. I am collecting the critical failure surface information for a particular geometry with the script, then regenerating the geometry based on the next combination of embankment width, slope, etc. The FOS data is saved to an array and eventually the data is all exported to a csv file for later plotting.

My wish is to suppress the information box that appears at the end of a compute() asking if you wish to show the results tab as I need to manually intervene for each computation run to click "no" and then the script takes over again.

Many thanks for the software and for your time.
Title: Re: Suppression of information dialog following compute
Post by: Roozbeh on August 26, 2024, 08:41:59 pm
Hi Robin,

You can already execute this by using the 'silence' parameter with compute() command, which looks like this:

compute ('silence')

By the way, this is covered on page 3 of tutorial #9.

http://geowizard.org/files/hyrcan/tutorials/en/Tutorial_09_en.pdf

Roozbeh
Title: Re: Suppression of information dialog following compute
Post by: robin on August 26, 2024, 10:09:35 pm
Thank you so much Roozbeh!