Hello,
I'm trying to add a hyperFEA loop to my Python code, but it is not using the updated results. I've based my code on the following:
http://hypersizer.com/help/index.php#COM/HyperFea/com-hfea-overview.phpI've also tried using your hyperfea.xls example on my database, and I get the same result, the mass remains constant after each loop, as it is not using the updated FEM.
In my code I have:
project.UseUpdatedElementForces = (i != 0)
project.Save()
If I go into the database, Use Original is selected and Use Updated is not greyed out, just not selected. Can you confirm that your hyperfea.py script still works with HS 7.1 on one of your databases?
If I use HyperFEA from within Hypersizer, the updated FEM is correctly used and the mass decreases with each loop.
One last question, is it possible to create a new database from the COM interface and select a default database? Currently I just create a new database manually, then run the Python script on that hdb.
Regards,
Ruben