|
zbridge
0.1
Computing prestress forces for ZSoil
|
A symmetric I-beam. More...
Public Member Functions | |
| def | __init__ (self, b=0, h=0, tf=0, tw=0, ref=(0, 0)) |
| The constructor. More... | |
Public Member Functions inherited from zbridge.section.ParametricSection | |
| def | __init__ (self) |
Public Member Functions inherited from zbridge.section.Section | |
| def | __init__ (self) |
| The constructor. More... | |
| def | ComputeProperties (self) |
| Computing section properties by summing the properties of the (currently active) components. More... | |
Public Attributes | |
| b | |
| h | |
| tf | |
| tw | |
| nComponents | |
| components | |
Public Attributes inherited from zbridge.section.Section | |
| area | |
| Ix | |
| Iy | |
| Iz | |
| y0 | |
| z0 | |
| nComponents | |
| components | |
A symmetric I-beam.
| def zbridge.section.ISection.__init__ | ( | self, | |
b = 0, |
|||
h = 0, |
|||
tf = 0, |
|||
tw = 0, |
|||
ref = (0,0) |
|||
| ) |
The constructor.
| b | total width |
| h | total height |
| tf | flange thickness |
| tw | web thickness |
| ref | coordinates of the reference point with respect to the center at b/2, h/2 |
1.8.12