Click or drag to resize

MolBaseCleanup Method (SetAtom)

Change atoms's position to make the structure looks nicers

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public bool Cleanup(
	Set<Atom> unmovable
)

Parameters

unmovable
Type: Scilligence.MolEngine.CommonSetAtom
All atoms' position won't be changed

Return Value

Type: Boolean
True if succeeded
See Also