Click or drag to resize

BoltedBasePlate Class

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

Variables definition:

Inheritance Hierarchy
SystemObject
  SteelConnectionsEC3BoltedBasePlate

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

The BoltedBasePlate type exposes the following members.

Constructors
  NameDescription
Public methodBoltedBasePlate
Initializes a new instance of the BoltedBasePlate class
Top
Properties
  NameDescription
Public propertyBoltsNr
Total bolts count
Public propertyey1
Vertical distance between first bolt row and baseplate edge
Top
Methods
  NameDescription
Public methodFbRd
Bearing resistance of the bolt group
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 methodRowInsideColumnFlanges
Checks if a bolt row is located along the column height
Public methodRowOutsideColumnFlanges
Checks if a bolt row is located outside the column height
Public methodRows
Total bolt rows count
Public methodVerticalRowDistances
Calculation of the distance of each row from the upper edge of the baseplate
Top
Fields
  NameDescription
Public fieldb
Width
Public fieldBolts
Bolts object
Public fieldex
Horizontal edge distance
Public fieldey2
Vertical distance between first bolt row inside column flanges and outer bolt row
Public fieldh
Height
Public fieldRowsInside
Number of bolt rows inside column flanges
Public fieldSteel
Steel grade object
Public fieldt
Thickness
Public fieldThereAreRowsOutside
True, if there are bolt rows outside the column flanges
Top
Remarks
All units in kN, mm unless other specified
See Also