Click or drag to resize

MolBaseTranslate Method

Translate the whole structure

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public virtual bool Translate(
	Point3D delta
)

Parameters

delta
Type: Scilligence.MolEngine.CommonPoint3D
Delta (x, y, z) to be translated

Return Value

Type: Boolean
true if succeeded
See Also