LineLoad

class compas_fea.structure.LineLoad(name, elements, x=0, y=0, z=0, xx=0, yy=0, zz=0, axes='local')[source]

Bases: compas_fea.structure.load.Load

Distributed line forces and moments [units:N/m or Nm/m] applied to element(s).

Parameters
  • name (str) – Name of the LineLoad object.

  • elements (str, list) – Element set or element keys the load is applied to.

  • x (float) – x component of force / length.

  • y (float) – y component of force / length.

  • z (float) – z component of force / length.

  • xx (float) – xx component of moment / length.

  • yy (float) – yy component of moment / length.

  • zz (float) – zz component of moment / length.