TrapezoidalSection

class compas_fea.structure.TrapezoidalSection(name, b1, b2, h)[source]

Bases: compas_fea.structure.section.Section

Solid trapezoidal cross-section for beam elements.

Parameters
  • name (str) – Section name.

  • b1 (float) – Width at bottom.

  • b2 (float) – Width at top.

  • h (float) – Height.

Notes

  • J not yet calculated.