new MoveTo(chemObject, newCoord, coordMode, useAbsBaseCoord)
Operation of changing a chemObject's coord.
Parameters:
Name | Type | Description |
---|---|---|
chemObject |
Kekule.ChemObject | Target chem object. |
newCoord |
Hash | |
coordMode |
Int | |
useAbsBaseCoord |
Bool |
Properties:
Name | Type | Description |
---|---|---|
newCoord |
Hash | |
oldCoord |
Hash | If old coord is not set, this property will be automatically calculated when execute the operation. |
coordMode |
Int | |
useAbsBaseCoord |
Bool |