BoltedEndPlateFbRd Method |
EC3 Steel Connection Design Library
Bearing resistance of the bolt group
Namespace:
SteelConnectionsEC3
Assembly:
SteelConnectionsEC3 (in SteelConnectionsEC3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double FbRd(
BoltedEndPlateLoadTransferEndPlate _LoadTransefr,
double t_other_plate = 0
)
Public Function FbRd (
_LoadTransefr As BoltedEndPlateLoadTransferEndPlate,
Optional t_other_plate As Double = 0
) As Double
public:
double FbRd(
BoltedEndPlateLoadTransferEndPlate _LoadTransefr,
double t_other_plate = 0
)
member FbRd :
_LoadTransefr : BoltedEndPlateLoadTransferEndPlate *
?t_other_plate : float
(* Defaults:
let _t_other_plate = defaultArg t_other_plate 0
*)
-> float
Parameters
- _LoadTransefr
- Type: SteelConnectionsEC3BoltedEndPlateLoadTransferEndPlate
Load transfer direction - t_other_plate (Optional)
- Type: SystemDouble
The thickness of another plate to consider (if any)
Return Value
Type:
DoubleBearing resistance
Remarks See Also