Click or drag to resize

LoadCase Constructor

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
)

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