WideFlange#

class xsection.library.WideFlange(d, bf=None, tw=None, tf=None, t=None, b=None, k=None, k1=None, centroid=None, mesh_scale=None, **kwds)#

A polygon representation of a wide flange (I) section.

Attributes

d

Depth of the section.

bf

Width of the flange.

tf

Thickness of the flange.

tw

Thickness of the web.

k

Fillet vertical offset.

Methods

create_fibers([origin, center, types, warp, ...])

use material to force a homogeneous material

exterior([plane])

interior([plane])

linspace(start, stop, num[, endpoint, center])

Create num copies of this section with centroids linearly aranged from start to stop.

rotate([angle, principal])

shear_factor([nu])

summary([shear])

torsion_warping()

translate(offset, **kwd)

class xsection.library.WideFlange(d, bf=None, tw=None, tf=None, t=None, b=None, k=None, k1=None, centroid=None, mesh_scale=None, **kwds)#

A polygon representation of a wide flange (I) section.

d: float#

Depth of the section.

bf: float#

Width of the flange.

tf: float#

Thickness of the flange.

tw: float#

Thickness of the web.

k: float#

Fillet vertical offset.

shear_factor(nu=0.3)#