Model.remove_nodes_from_bcs
- Model.remove_nodes_from_bcs(nodes, field)[source]
Remove nodes from a boundary condition field.
- Parameters:
- nodeslist[:class=`compas_fea2.model.Node`] or :class=`compas_fea2.model.NodesGroup`
The nodes to remove from the boundary condition.
- field
compas_fea2.model.BoundaryConditionsField The boundary condition field from which to remove the nodes.