zbridge  0.1
Computing prestress forces for ZSoil
Public Member Functions | Public Attributes | List of all members
zbridge.section.ISection Class Reference

A symmetric I-beam. More...

Inheritance diagram for zbridge.section.ISection:
zbridge.section.ParametricSection zbridge.section.Section

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
 

Detailed Description

A symmetric I-beam.

Constructor & Destructor Documentation

§ __init__()

def zbridge.section.ISection.__init__ (   self,
  b = 0,
  h = 0,
  tf = 0,
  tw = 0,
  ref = (0,0) 
)

The constructor.

Parameters
btotal width
htotal height
tfflange thickness
twweb thickness
refcoordinates of the reference point with respect to the center at b/2, h/2

The documentation for this class was generated from the following file: