simdesign.rcmrf.bdim.tr_7599.infill
This module provides the infill class implementation representing
masonry infill walls for the tr_7599 design class in the BDIM layer.
- class simdesign.rcmrf.bdim.tr_7599.infill.Infill(rectangle, beams, columns, loc)[source]
Bases:
InfillBaseMasonry infill wall implementation for design class
tr_7599.This class extends
InfillBaseby narrowing the attribute types.- Parameters:
- beams
List of beams corresponding to the horizontal edges of the bounding rectangle (indices 1 and 3).
- Type:
List[Beam or None]
- columns
List of columns corresponding to the vertical edges of the bounding rectangle (indices 0 and 2).
- Type:
List[Column]
See also
InfillBaseBase class defining the core behaviour and configuration.