4.4.1. fix command¶
- fix(nodeTag, *constrValues)¶
Create a homogeneous SP constriant.
nodeTag(int)tag of node to be constrained
a list of constraint values (0 or 1), must be preceded with
*.0free1fixed
For example,
# fully fixed
vals = [1,1,1]
fix(nodeTag, *vals)