LoadOrientation Enumeration
            
            
            
              Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
[SerializableAttribute]
public enum LoadOrientation
<SerializableAttribute>
Public Enumeration LoadOrientation
[SerializableAttribute]
public enum class LoadOrientation
[<SerializableAttribute>]
type LoadOrientation
 
            
            
              
                
                  | 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).
             |