3.2.7. Concrete Section

Currently a work in progress.

class SectionConcrete(concrete: SectionRectangle, rebar: Optional[RebarCollection] = None, stirrups: Optional[StirrupGroup] = None)[source]

Bases: object

Represents a concrete section. The concrete is composed of longditudinal rebar (top / bottom bars), and transverse rebar ()

Special sections, such as T-beams cannot be repersented using this section.

concrete: SectionRectangle
rebar: RebarCollection
stirrups: StirrupGroup