Click or drag to resize

Sketch Constructor (MolBase)

Construct a sktech object from a Molecule, Reaction or another Sketch

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public Sketch(
	MolBase src
)

Parameters

src
Type: Scilligence.MolEngineMolBase
The source object
See Also