Model.add_rollerXY_bc
- Model.add_rollerXY_bc(nodes, frame=None, **kwargs)[source]
Add a
compas_fea2.model.bcs.RollerBCXYto the given nodes.This boundary condition allows translation along the local XY-plane.
- Parameters:
- nodeslist[
compas_fea2.model.Node] orcompas_fea2.model.NodesGroup List or Group with the nodes where the boundary condition is assigned.
- frame
compas.geometry.Frame, optional The frame in which the boundary condition is defined, by default None (global frame).
- nodeslist[