Model.add_rollerXZ_bc

Model.add_rollerXZ_bc(nodes: Node, axes: str = 'global') _BoundaryCondition[source]

Add a roller free on XZ boundary condition type to some nodes in a part.

Parameters:
  • name (str) – name of the boundary condition

  • nodes (list[compas_fea2.model.Node] or compas_fea2.model.NodesGroup) – List or Group with the nodes where the boundary condition is assigned.

  • axes (str, optional) – [axes of the boundary condition, by default ‘global’