ansys.dyna.core.pre.dynabase.DOF# class ansys.dyna.core.pre.dynabase.DOF(*args, **kwds)# Bases: enum.Enum Degrees of freedom for translation and rotation. X_TRANSLATIONAL = 1# Y_TRANSLATIONAL = 2# Z_TRANSLATIONAL = 3# X_ROTATIONAL = 5# Y_ROTATIONAL = 6# Z_ROTATIONAL = 7#