1.4.1. Point Load

class planesections.builder.PointLoad(P, x, nodeID=None, label='')[source]

Bases: object

Representes a point load at locaiton x

Parameters:
  • P (list[float]) – List of forces. In 2D, as form [Px, Py, M].

  • x (float) – The location of the point load.

  • nodeID (int) – List of forces in [Px, Py].

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

getPosition()[source]
nodeID = None