PipeSection

class compas_fea.structure.PipeSection(name, r, t)[source]

Bases: compas_fea.structure.section.Section

Hollow circular cross-section for beam elements.

Parameters
  • name (str) – Section name.

  • r (float) – Outer radius.

  • t (float) – Wall thickness.