Model.add_clampXX_bc
- Model.add_clampXX_bc(nodes: Node, axes: str = 'global') _BoundaryCondition [source]
Add a fixed boundary condition type free about XX to some 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’