60.13 NodalDofs object

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

Access
odb.steps()[name].eliminatedNodalDofs(i)
odb.steps()[name].retainedNodalDofs(i)


60.13.1  Members

The NodalDofs object can have the following members:

Prototype
odb_Set nset() const;
odb_SequenceInt dofs() const;
nset

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

dofs

An odb_SequenceInt specifying the degrees of freedom that are retained or eliminated.