33.12 NodalDofs object

The NodalDofs object represents the degrees of freedom that are retained or eliminated in a substructure generate analysis.

Access
import odbAccess
session.odbs[name].steps[name].eliminatedNodalDofs[i]
session.odbs[name].steps[name].retainedNodalDofs[i]


33.12.1  Members

The NodalDofs object can have the following members:

nset

An OdbSet object specifying a set of nodes for which the degrees of freedom are retained or eliminated.

dofs

A tuple of Ints specifying the degrees of freedom that are retained or eliminated.