Description | |||||||||||||||||
Obtains the applied stress and strain calculations array. (Two members: the first is top, the second is bottom). | |||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMechShellProps.h> | |||||||||||||||||
ProError | ProMechshlproplaminatestiffAppliedstressGet | ( | |||||||||||||||
ProMechShlpropLaminateStiff data | |||||||||||||||||
/* (In) | |||||||||||||||||
The laminate stiffness data. | |||||||||||||||||
*/ | |||||||||||||||||
ProMechStressCalculationData** strcalc_data | |||||||||||||||||
/* (Out) | |||||||||||||||||
ProArray containing the applied stress and strain calculations. The first entry of this array contains the "Top" location. The second entry contains the "Bottom" location. Free this using ProMechstresscalcdataProarrayFree(). | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|