diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index 197d41091f16f66775a40a9a87252e6bd856f593..8033080bf6392be1ea18bb0a88320feb8f34b3cd 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -681,6 +681,15 @@ The Handle Classes torsion, the PSI torsion is an invalid handle. Read-only. Also available as :meth:`GetPsiTorsion` + + .. attribute:: omega_torsion + + The OMEGA dihedral angle between this residue and the previous. For residues + that are not amino acids, residues that do not have all atoms required or + residues that do not have bonds between the four atoms involved in the + torsion, the OMEGA torsion is an invalid handle. + + Read-only. Also available as :meth:`GetOmegaTorsion` :type: :class:`TorsionHandle` @@ -881,6 +890,10 @@ The Handle Classes See :attr:`psi_torsion` + .. method:: GetOmegaTorsion() + + See :attr:`omega_torsion` + .. method:: GetChemClass() See :attr:`chem_class` @@ -1888,6 +1901,7 @@ The View Classes geometric_center phi_torsion psi_torsion + omega_torsion chem_class chem_type sec_structure @@ -1948,6 +1962,7 @@ The View Classes GetGeometricCenter GetPhiTorsion GetPsiTorsion + GetOmegaTorsion GetChemClass GetChemType GetSecStructure