RHSChordConnectionAxialResistance_Type1 Method (CHS, Double, SteelGrade, Double) |
EC3 Steel Connection Design Library
Type 1 joint calculation
Variables definition:
Namespace:
SteelConnectionsEC3
Assembly:
SteelConnectionsEC3 (in SteelConnectionsEC3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AxialResistance_Type1(
CHS Brace1,
double theta1,
SteelGrade Brace1Steel,
double N1
)
Public Function AxialResistance_Type1 (
Brace1 As CHS,
theta1 As Double,
Brace1Steel As SteelGrade,
N1 As Double
) As Boolean
public:
bool AxialResistance_Type1(
CHS^ Brace1,
double theta1,
SteelGrade^ Brace1Steel,
double N1
)
member AxialResistance_Type1 :
Brace1 : CHS *
theta1 : float *
Brace1Steel : SteelGrade *
N1 : float -> bool
Parameters
- Brace1
- Type: CHS
Brace 1 object - theta1
- Type: SystemDouble
Angle of brace 1 - Brace1Steel
- Type: SteelConnectionsEC3SteelGrade
Brace 1 steel - N1
- Type: SystemDouble
Axial force of brace 1 (compressive)
Return Value
Type:
BooleanTrue, if all resistance criteria are met
Remarks N1 positive signing accoring to tables 7.10 and 7.12
See Also