PinnedDisplacement

class compas_fea.structure.PinnedDisplacement(name, nodes, axes='global')[source]

Bases: compas_fea.structure.displacement.GeneralDisplacement

A pinned nodal displacement boundary condition.

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

  • nodes (str, list) – Node set string or nodes list the displacement is applied to.