Click or drag to resize

MoleculeConvertTo3D Method

Generate 3D coordinates. ForceField extension has to be installed.

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public bool ConvertTo3D(
	bool highquality
)

Parameters

highquality
Type: SystemBoolean
Set this param to true to generate nicer 3D coordinates, but it is relatively slow.

Return Value

Type: Boolean
Returns true if it is successful.
See Also