Model.add_bcs
- Model.add_bcs(bc: _BoundaryCondition, nodes: Node, axes: str = 'global') _BoundaryCondition [source]
Add a
compas_fea2.model._BoundaryCondition
to the model.Note
Currently global axes are used in the Boundary Conditions definition.
- Parameters:
bc (
compas_fea2.model._BoundaryCondition
) – Boundary condition object to add to the model.nodes (list[
compas_fea2.model.Node
] orcompas_fea2.model.NodesGroup
) – List or Group with the nodes where the boundary condition is assigned.
- Returns: