BoxSection

class compas_fea.structure.BoxSection(name, b, h, tw, tf)[source]

Bases: compas_fea.structure.section.Section

Hollow rectangular box cross-section for beam elements.

Parameters
  • name (str) – Section name.

  • b (float) – Width.

  • h (float) – Height.

  • tw (float) – Web thickness.

  • tf (float) – Flange thickness.