Element2DResultOption Enumeration
Types of result that can be evaluated on a 2 dimensional element.
Namespace: Karamba.Elements.StatesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public enum Element2DResultOption
Public Enumeration Element2DResultOption
public enum class Element2DResultOption
type Element2DResultOption
TransX |
0 |
Translation in global x-direction.
|
TransY |
1 |
Translation in global y-direction.
|
TransZ |
2 |
Translation in global z-direction.
|
Trans |
3 |
Resultant translation.
|
RotX |
4 |
Rotation about the global x-direction.
|
RotY |
5 |
Rotation about the global y-direction.
|
RotZ |
128 |
Rotation about the global z-direction.
|
Rot |
129 |
Resultant rotation.
|
UtilSigned |
130 |
Utilization with a sign.
|
UtilAbs |
131 |
Absolute value of the Utilization.
|
Eps1 |
132 |
First principal strain
|
Eps2 |
133 |
Second principal strain
|
Sig1 |
134 |
First principal stress
|
Sig2 |
135 |
Second principal stress
|
SigVAbs |
136 |
Comparative stress
|
SigVSigned |
137 |
Comparative stress with sign
|
M1 |
138 |
First principal moment
|
M2 |
139 |
Second principal moment
|
NRes |
140 |
Resultant in plane normal force
|
MRes |
141 |
Resultant bending moment
|
VRes |
142 |
Resultant transverse shear force
|
None |
143 |
Resultant rotation
|