Output member stresses via API

Hello everyone,

Am I correct in understanding that it is currently not possible to retrieve the stresses of bars via the API? Deformations, internal forces, and strains work without problems, but for stresses, I can't find the appropriate enum in the documentation. I would like to avoid using the "Stress-Strain Calculation" add-on, as it is currently not available to me.

If there is no way, then I will determine the stresses myself from the internal forces accordingly.

Regards
Niklas

Hi leni1,

basically it’s exactly like you describe. Currently the member stresses results are not available via API without Stress-Strain analysis add-on.

But as you indicated, it can be derived from basic results like internal forces or strains.
Here is available API example which documents such approach:

Regards