Click or drag to resize

ABSetGeoCenter Method

Get the geometry center of a set of atoms

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static Point3D GeoCenter(
	Set<Atom> atoms
)

Parameters

atoms
Type: Scilligence.MolEngine.CommonSetAtom
Atom set

Return Value

Type: Point3D
A 3D point
See Also