DesignForms
TStirrup Class Reference

Concrete toolbox More...

Public Member Functions

long CreateStirrup (double StirrupID, double Diameter, double AngleStirrup, double DistanceOfStirrup, double StirrupFyk, List< object > ArrayPointsStirrup)
 Function creates stirrup and returns index of stirrup, if stirrup was created More...
 
long NumberOfStirrupLinks (double StirrupID, double PointCoordY=0, double PointCoordZ=0, double Angle=0)
 Function returns number of stirrup links (intersection of stirrups link with the cut line) More...
 

Detailed Description

Concrete toolbox

Member Function Documentation

long CreateStirrup ( double  StirrupID,
double  Diameter,
double  AngleStirrup,
double  DistanceOfStirrup,
double  StirrupFyk,
List< object >  ArrayPointsStirrup 
)

Function creates stirrup and returns index of stirrup, if stirrup was created

Parameters
StirrupIDID of stirrup, which will be created
Diameterdiametre of stirrup dss
AngleStirrupangle of stirrup [deg] from horizontal axis -axis x of the member
DistanceOfStirrupis centre-to centre spacing of stirrup s [m] in direction of member axis - axis x
StirrupFykcharacteristic yield strength of shear reinforcement [Pa]
ArrayPointsStirruparray of points of stirrup vertexes with two columns (coordinate y[m] and z[m])
Returns
long NumberOfStirrupLinks ( double  StirrupID,
double  PointCoordY = 0,
double  PointCoordZ = 0,
double  Angle = 0 
)

Function returns number of stirrup links (intersection of stirrups link with the cut line)

Parameters
StirrupIDID of stirrup
PointCoordYis y-coordinate of reference point for definition of the cut line of css related to point [0,0]
PointCoordZis z-coordinate of reference point for definition of the cut line of css related to point [0,0],
Angleangle of cut line from y-axis of CSS in deg
Returns