Click or drag to resize

LoadOrientation Enumeration

orientation of a load acting on an element

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public enum LoadOrientation
Members
  Member nameValueDescription
local0 load is oriented according to the elements local coordinate system (e.g. wind)
global1 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