Node.fix
From Nemesis
(Difference between revisions)
(→See also) |
|||
| Line 27: | Line 27: | ||
=See also= | =See also= | ||
=See also= | =See also= | ||
| − | |||
*[[node]] module. | *[[node]] module. | ||
| + | *[[User guide]]. | ||
[[Category:User guide]] | [[Category:User guide]] | ||
Revision as of 17:50, 11 January 2007
The following article describes the use of the node.fix command. This command is used to fix a certain dof of a node.
Contents |
Syntax
node.fix(id,dof)
Parameters
| Parameter | description | type | default |
|---|---|---|---|
| id | The nodal id | integer | - |
| dof | The dof to be fixed | integer | - |
Examples
Fix uy of node 1.
node.add( 1, 2)
Comments
Dofs are assumed to start from 1.
See also
See also
- node module.
- User guide.