Click or drag to resize

BeamOnBeamConnection Class

EC3 Steel Connection Design Library
Represents a beam to beam connection by means of a single or double cleat

Variables definition:

Inheritance Hierarchy
SystemObject
  SteelConnectionsEC3BeamOnBeamConnection

Namespace:  SteelConnectionsEC3
Assembly:  SteelConnectionsEC3 (in SteelConnectionsEC3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BeamOnBeamConnection

The BeamOnBeamConnection type exposes the following members.

Constructors
  NameDescription
Public methodBeamOnBeamConnection
Initializes a new instance of the BeamOnBeamConnection class
Top
Methods
  NameDescription
Public methodCalculate
Public methodGetInputWarnings
Returns an object that represents the input warnings of the connection
Top
Fields
  NameDescription
Public fieldaLeft
Weld thickness in case of welded connection between Left beam and cleat(s)
Public fieldaRight
Weld thickness in case of welded connection between right beam and cleat(s)
Public fieldBeamLeft
Left beam object
Public fieldBeamRight
Right beam object
Public fieldBeamSteel
Beam steel grade
Public fieldLeftBeamTotalSectionCut
Total section cut (above+below) of left beam
Public fieldLeftConnectionAlso
True, if a left connection exists
Public fieldLoadCasesLeft
Load cases of left beam
Public fieldLoadCasesRight
Loadcases of right beam
Public fieldMainBeam
Main beam steel grade
Public fieldOnlyOneAnglePerConnection
True, if a single cleat is used, otherwise (in case of double cleat), false
Public fieldPlateOnBeamLeft
Bolted plate on Left beam
Public fieldPlateOnBeamRight
Bolted plate on right beam
Public fieldPlateOnMainBeamLeft
Bolted plate on the left of the main beam
Public fieldPlateOnMainBeamRight
Bolted plate on the right of the main beam
Public fieldResults
List of results
Public fieldRightBeamTotalSectionCut
Total section cut (above+below) of right beam
Public fieldWeldedOnBeamLeft
True, if the connection between Left beam and cleat(s) is welded, otherwise false
Public fieldWeldedOnBeamRight
True, if the connection between right beam and cleat(s) is welded, otherwise false
Top
Remarks
All units in kN, mm unless other specified
See Also