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
Depth of the section.
Width of the flange.
Thickness of the flange.
Thickness of the web.
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 fromstart
tostop
.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)#