HyperSizer Support Forum

Software Use => Scripting => Topic started by: mfcrhis on August 15, 2016, 12:34:58 PM

Title: HS Detailed Stress Report generation via VBA
Post by: mfcrhis on August 15, 2016, 12:34:58 PM
Hello,

I am attempting to write a script using VBA that will generate HyperSizer Detailed Stress Reports for each assembly in a project. From my understanding it is possible to create User-Defined Stress Analyses, but a plug-in is required to do so. Are there any classes or objects that can generate HyperSizer reports without an Analysis plug-in? If not, how can I acquire the plug-in?

Thank you
Title: Re: HS Detailed Stress Report generation via VBA
Post by: James on August 16, 2016, 01:36:00 PM
I guess I'm a little confused by the phrasing of the question. Are you trying to create stress reports from a script, using the HyperSizer-native failure criteria? Unfortunately, there's no report generation function available in the scripting API.

The analysis plugin stress reports are generated the same was as the regular HyperSizer stress reports. The only difference is that the plugin developer can dictate which intermediate results they wish to print to the reports. Again, the stress reports must be created by selecting the option in the GUI interface.

If you're still interested in developing an analysis plugin, see: http://hypersizer.com/help_7.2/#Udef/Tutorial/udef-tut-create_project.php%3FTocPath%3DAnalysis%2520Plugins%7CDeveloper%2520Tutorial%7C_____2

-James