Click or drag to resize

BoltedEndPlate Class

EC3 Steel Connection Design Library
Represents a bolted endplate connected to a column

Variables definition:

Inheritance Hierarchy
SystemObject
  SteelConnectionsEC3BoltedEndPlate

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

The BoltedEndPlate type exposes the following members.

Constructors
  NameDescription
Public methodBoltedEndPlate
Initializes a new instance of the BoltedEndPlate class
Top
Properties
  NameDescription
Public propertyBoltsNr
Total bolts count
Public propertyey1
Vertical distance between bolt row below lower beam flange and endplate edge
Public propertyey4
Vertical distance between bolt row above upper beam flange and endplate edge
Top
Methods
  NameDescription
Public methodFbRd
Bearing resistance of the bolt group
Public methodFirstRowBelowUpperFlange
Checks if the given row is the first below the upper column flange
Public methodFvRd
Shear resistance of the bolt group
Public methodGetInputWarnings
Returns a list of strings that describe the input warnings regarding the bolt placement on the plate
Public methodpx
Horizontal inner distance between bolts
Public methodpy
Vertical inner distance for a bolt row
Public methodRowInsideFlanges
Checks if a bolt row is located along the beam height
Public methodRowOnBeamHeight
Checks if the bolt row is located along the beam height
Public methodRowOnHaunchHeight
Checks if the bolt row is located along the haunch height
Public methodRowOutsideUpperFlange
Checks if a bolt row is located outside the upper beam flange
Public methodRows
Total bolt rows count
Public methodVerticalRowDistances
Calculation of the distance of each row from the upper edge of the endplate
Top
Fields
  NameDescription
Public fieldb
Width
Public fieldBolts
Bolts object
Public fieldex
Horizontal edge distance
Public fieldey2
Vertical distance between first bolt row above lower beam flange and outer bolt row below the beam flange
Public fieldey3
Vertical distance between first bolt row below upper beam flange and outer bolt row above the beam flange
Public fieldh
Height
Public fieldh_over
Distance between the upper beam flange and the upper endplate edge
Public fieldRowAbove
True, if there is a bolt row above the upper beam flange
Public fieldRowBelow
True, if there is a bolt row below the lower beam flange
Public fieldRowsInside
Number of bolt rows inside column flanges
Public fieldSteel
Steel grade object
Public fieldt
Thickness
Top
Remarks
All units in kN, mm unless other specified
See Also