Add missing Hydrogens to atom

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public void AddHydrogens(
	Atom atom
)
Visual Basic (Declaration)
Public Sub AddHydrogens ( _
	atom As Atom _
)
Visual C++
public:
void AddHydrogens(
	Atom^ atom
)

Parameters

atom
Type: Hyleos.Chemistry..::.Atom
The atom on which hydrogens should be added

Remarks

H _coordinates are set with parent atom _coordinates

See Also