The NodalDofs object represents the degrees of freedom that are retained or eliminated in a substructure generate analysis.
odb.steps()[name].eliminatedNodalDofs(i) odb.steps()[name].retainedNodalDofs(i)
The NodalDofs object can have the following members:
odb_Set nset() const; odb_SequenceInt dofs() const;
An OdbSet object specifying a set of nodes for which the degrees of freedom are retained or eliminated.
An odb_SequenceInt specifying the degrees of freedom that are retained or eliminated.