new MoveAndResize(chemObject, newDimension, newCoord, coordMode, useAbsCoord)
Operation of changing a chem object's size and coord.
Parameters:
Name | Type | Description |
---|---|---|
chemObject |
Kekule.ChemObject | Target chem object. |
newDimension |
Hash | {width, height} |
newCoord |
Hash | |
coordMode |
Int | |
useAbsCoord |
Bool |
Properties:
Name | Type | Description |
---|---|---|
newDimension |
Hash | |
oldDimension |
Hash | If old dimension is not set, this property will be automatically calculated when execute the operation. |