from_aisc#

xsection.library.from_aisc(identifier: str, units=None, fillet=True, **kwds)#

Create a homogeneous cross-section from an AISC identifier.

Parameters:
identifier: str

AISC section identifier (e.g., “W10x15”).

units: object

Units object to use for conversion (default: english).

fillet: bool

Whether to include fillets in the section geometry (default: True).

**kwds:

Additional keyword arguments for the section constructor.

Returns:

section: a subclass of PolygonSection representing the cross-section.