News: HyperSizer.com has a Community Board and Customer Support System. Submit a ticket at http://hypersizer.com/ticket

Author Topic: HS Detailed Stress Report generation via VBA  (Read 12335 times)

mfcrhis

  • Client
  • **
  • Posts: 1
    •  
HS Detailed Stress Report generation via VBA
« 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

James

  • Administrator
  • *****
  • Posts: 286
    •  
Re: HS Detailed Stress Report generation via VBA
« Reply #1 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