Scilligence MolEngine Cheminformatics Toolkit (7.0)
Scilligence MolEngine Cheminformatics Toolkit (7.0)
Scilligence.MolEngine
ABSet Class
ABSet Methods
Add Method
Center Method
Clear Method
ClearFlag Method
Clone Method
Contains Method
CopyTo Method
CountAtoms Method
CountBonds Method
CountQueryAtoms Method
FindBond Method
Flip Method
GeoCenter Method
GetBonds Method
GetBound Method
GetFragment Method
GetMaxID Method
Merge Method
MoveToCenter Method
Remove Method
RemoveAtomBonds Method
ResetIDs Method
Resize Method
Rotate Method
Scale Method
SelectAtoms Method
SetAtomFlags Method
SetBondFlags Method
SetBondLength Method
Translate Method
ABSet
FindBond Method
Find a bond
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
Copy
public
Bond
FindBond
(
Atom
a1
,
Atom
a2
)
Parameters
a1
Type:
Scilligence.MolEngine
Atom
The first atom of the bond
a2
Type:
Scilligence.MolEngine
Atom
The second atom of the bond
Return Value
Type:
Bond
The bond found. It will return null if no bond found
See Also
Reference
ABSet Class
Scilligence.MolEngine Namespace