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... | |
Concrete toolbox
| 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
| StirrupID | ID of stirrup, which will be created |
| Diameter | diametre of stirrup dss |
| AngleStirrup | angle of stirrup [deg] from horizontal axis -axis x of the member |
| DistanceOfStirrup | is centre-to centre spacing of stirrup s [m] in direction of member axis - axis x |
| StirrupFyk | characteristic yield strength of shear reinforcement [Pa] |
| ArrayPointsStirrup | array of points of stirrup vertexes with two columns (coordinate y[m] and z[m]) |
| 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)
| StirrupID | ID of stirrup |
| PointCoordY | is y-coordinate of reference point for definition of the cut line of css related to point [0,0] |
| PointCoordZ | is z-coordinate of reference point for definition of the cut line of css related to point [0,0], |
| Angle | angle of cut line from y-axis of CSS in deg |