EC3 Steel Connection Design Library
Construction of the load case
Namespace:
SteelConnectionsEC3
Assembly:
SteelConnectionsEC3 (in SteelConnectionsEC3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public LoadCase(
string _Name,
double _N,
double _V,
double _M
)
Public Sub New (
_Name As String,
_N As Double,
_V As Double,
_M As Double
)
public:
LoadCase(
String^ _Name,
double _N,
double _V,
double _M
)
new :
_Name : string *
_N : float *
_V : float *
_M : float -> LoadCase
Parameters
- _Name
- Type: SystemString
Load case Name - _N
- Type: SystemDouble
Axial force - _V
- Type: SystemDouble
Sheae force - _M
- Type: SystemDouble
Moment
Remarks The positive convention depends on each connection
See Also