StateNodeOption 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 StateNodeOption
Public Enumeration StateNodeOption
public enum class StateNodeOption
TransX |
1 |
Translation in local x-direction.
|
TransY |
2 |
Translation in local y-direction.
|
TransZ |
4 |
Translation in local z-direction.
|
Trans |
8 |
Resultant translation.
|
RotX |
16 |
Rotation about the local x-direction.
|
RotY |
32 |
Rotation about the local y-direction.
|
RotZ |
64 |
Rotation about the local z-direction.
|
Rot |
128 |
Resultant rotation
|
None |
256 |
Resultant rotation
|