elastic#
- property Section.elastic: ElasticConstants#
An object holding the elastic properties of a section.
- class xsection.ElasticConstants(Iy: float, Iz: float, A: float, Ay: float = None, Az: float = None, J: float = None, E: float = 0, G: float = 0, Iyz: float = 0)#
- Iy: float#
Second moment of area about the \(y\)-axis.
- Iz: float#
Second moment of area about the \(z\)-axis.
- A: float#
Cross-sectional area.
- summary() str #
Return a summary of the elastic properties.