Result
Icon |
---|
Description
A Result is used to select Cases from an analysed Model and extract the values for post-processing or visualisation.
The following result types can be extracted if they are present in the model:
- Node Results:
Displacement
andReaction
. - 1D Element Results:
Displacement
,Force
andStrainEnergyDensity
. - 2D Element Results:
Displacement
,Force
,Moment
,Shear
andStress
. - 3D Element Results:
Displacement
andStress
. - Global Results:
Frequency
,LoadFactor
,ModalGeometricStiffness
,ModalMass
,ModalStiffness
,TotalLoad
,TotalReaction
,Mode
,EffectiveInertia
,EffectiveMass
andEigenvalue
.
All result values from the .NET API have been wrapped in Unit Number and can be converted into different measures as you work. The Result parameter caches the result values.