News: Contact us to upgrade your software!

Author Topic: Accessing Stress in COM Object Model  (Read 11738 times)

bjohnson63

  • Client
  • **
  • Posts: 8
    •  
Accessing Stress in COM Object Model
« on: May 19, 2016, 08:44:39 AM »
Hello,

I can't seem to find component stress outputs in any of the API classes. I see loads, strains, stiffness, but not stress. Perhaps I've just overlooked it, but could someone direct me to where I can access these outputs in COM?

Hopefully I do not have to generate detailed analysis reports in Excel in order to extract this info because these reports are also not available in COM and must be made manually in the GUI correct?

Best,

Brandon

James

  • Administrator
  • *****
  • Posts: 286
    •  
Re: Accessing Stress in COM Object Model
« Reply #1 on: August 16, 2016, 01:20:01 PM »
Object loads are printed to the ObjectLoadCol
http://hypersizer.com/help_7.2/#COM/Object/ObjectLoad.php%3FTocPath%3DScripting%7CReference%7CClasses%7C_____51

To get stress, simply divide the object load by the object thickness.

The reports can only be created from the GUI.

-James