FixedDisplacement

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

Bases: compas_fea.structure.displacement.GeneralDisplacement

A fixed nodal displacement boundary condition.

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

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