RectangularSection

class compas_fea.structure.RectangularSection(name, b, h)[source]

Bases: compas_fea.structure.section.Section

Solid rectangular cross-section for beam elements.

Parameters
  • name (str) – Section name.

  • b (float) – Width.

  • h (float) – Height.