ISection

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

Bases: compas_fea.structure.section.Section

Equal flanged I-section for beam elements.

Parameters
  • name (str) – Section name.

  • b (float) – Width.

  • h (float) – Height.

  • tw (float) – Web thickness.

  • tf (float) – Flange thickness.