AngleSection

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

Bases: compas_fea.structure.section.Section

Uniform thickness angle cross-section for beam elements.

Parameters
  • name (str) – Section name.

  • b (float) – Width.

  • h (float) – Height.

  • t (float) – Thickness.

Notes

  • Ixy not yet calculated.