SuperPointLoad Constructor  | 
3D Frame Analysis Library 
            Initialization of Point load class for super frame element
            
 
    Namespace: 
   Frame3D
    Assembly:
   Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntaxpublic SuperPointLoad(
	double _x,
	double _P,
	LoadDefinitionFromStartingNode _loadDef,
	LoadCordinateSystem _loadCordSys
)
Public Sub New ( 
	_x As Double,
	_P As Double,
	_loadDef As LoadDefinitionFromStartingNode,
	_loadCordSys As LoadCordinateSystem
)
Parameters
- _x
 - Type: SystemDouble
Location of the point load - _P
 - Type: SystemDouble
Point load at a location within a super frame element - _loadDef
 - Type: Frame3DLoadDefinitionFromStartingNode
Defines how loads are given with respect to the starting node - _loadCordSys
 - Type: Frame3DLoadCordinateSystem
Defines whether loads given with respect to the local or global coordinate system 
See Also