Element1DOption Enumeration
Types of result that can be evaluated on a 1 dimensional element.
Namespace: Karamba.Elements.StatesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public enum Element1DOption
Public Enumeration Element1DOption
public enum class Element1DOption
| Nx |
1 |
Axial force in local x-direction.
|
| Vy |
2 |
Shear force in local y-direction.
|
| Vz |
4 |
Shear force in local z-direction.
|
| RF |
8 |
resultant cross section force
|
| Mt |
16 |
Torsional moment.
|
| My |
32 |
Moment in local y-direction.
|
| Mz |
64 |
Moment in local z-direction.
|
| RM |
128 |
resultant cross section moment
|
| TransX |
256 |
Translation in global x-direction.
|
| TransY |
512 |
Translation in global y-direction.
|
| TransZ |
1,024 |
Translation in global z-direction.
|
| Trans |
2,048 |
Resultant translation.
|
| RotX |
4,096 |
Rotation about the global x-direction.
|
| RotY |
8,192 |
Rotation about the global y-direction.
|
| RotZ |
16,384 |
Rotation about the global z-direction.
|
| Rot |
32,768 |
Resultant rotation
|
| SigXX |
65,536 |
NormalStress
|
| Util |
131,072 |
NormalStress
|
| None |
262,144 |
No result selection
|