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