Click or drag to resize

LoadOrientation Enumeration

Orientation of a Load acting on an ModelElement.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public enum LoadOrientation
Members
  Member nameValueDescription
local0 Load is oriented according to the elements local coordinate system (e.g. wind).
global1 l Load is oriented according to the global coordinate system (e.g. additional dead weight).
proj2 Load is projected and oriented according to the global coordinate system (e.g. snow).
See Also