LoadOrientation Enumeration

Orientation of a Load acting on an ModelElement.

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
[SerializableAttribute]
public enum LoadOrientation

Members

local 0 Load is oriented according to the elements local coordinate system (e.g. wind).
global 1 l Load is oriented according to the global coordinate system (e.g. additional dead weight).
proj 2 Load is projected and oriented according to the global coordinate system (e.g. snow).

See Also