1.4.2. Constant Element Load

class planesections.builder.EleLoadDist(x1: float, x2: float, distLoad: list, label: str = '')[source]

Bases: object

Representes a constantly distrubted element load between two points x1 x2. For 2D elements, distributed loads can either px or py.

Parameters:
  • x1 (float) – The start position.

  • x2 (float) – The end position.

  • distLoad (list) – For 2D, a List of forces in [Px, Py].

  • label (str, optional) – A label for the elment load. The default is ‘’.