simdesign.rcmrf.bdim.eu_cdm.infill
This module provides the infill class implementation representing
masonry infill walls for the eu_cdm design class in the BDIM layer.
- class simdesign.rcmrf.bdim.eu_cdm.infill.Infill(rectangle, beams, columns, loc)[source]
Bases:
InfillBaseMasonry infill wall implementation for design class
eu_cdm.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.