FrameSuperUniformLoad Constructor  | 
3D Frame Analysis Library 
            Initialization of Uniform load class for super frame element
            
 
    Namespace: 
   Frame3D
    Assembly:
   Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntaxpublic FrameSuperUniformLoad(
	double _xA,
	double _xB,
	double _pA,
	double _pB,
	LoadDefinitionFromStartingNode _loadDef,
	LoadCordinateSystem _loadCordSys
)
Public Sub New ( 
	_xA As Double,
	_xB As Double,
	_pA As Double,
	_pB As Double,
	_loadDef As LoadDefinitionFromStartingNode,
	_loadCordSys As LoadCordinateSystem
)
Parameters
- _xA
 - Type: SystemDouble
Starting location, absolute value from starting node - _xB
 - Type: SystemDouble
Ending location, absolute value from starting node - _pA
 - Type: SystemDouble
Value at point A (Force / Length) - _pB
 - Type: SystemDouble
Value at point B (Force / Length) - _loadDef
 - Type: Frame3DLoadDefinitionFromStartingNode
Loads definition from starting node of loaded frame super element (abolutely or relatively) - _loadCordSys
 - Type: Frame3DLoadCordinateSystem
Defines whether loads given with respect to the local or global coordinate system 
See Also