Hi,
In one of my scripts, I have a loop and it can be a bit long to execute. In order to see the progression and to be sure everything is ok, is it possible the create/show a progress bar in Mechanical ?
Regards, Jean
Hi Jean, thanks for your question, paging @AKD-Scripting-Team to see if they can help! Otherwise it's pretty straightforward to make a loading bar in Python if that would help. For example, see this package tqdm
tqdm
Hi James, Thanks for you answer. I forgot to specify that my script is in IronPython in Mechanical environement. I'm not sur I can use tqdm package. I will try.