Model.add_fix_bc
- Model.add_fix_bc(nodes: Node, axes: str = 'global') _BoundaryCondition [source]
Add a
compas_fea2.model.FixedBC
to the nodes in a part.- Parameters:
name (str) – name of the boundary condition
nodes (list[
compas_fea2.model.Node
] orcompas_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’