new MergeNodesBase(target, dest, enableStructFragmentMerge)
The base operation of merging two nodes as one, acts as the parent class of MergeNodes and MergeNodesPreview.
Parameters:
Name |
Type |
Description |
target |
Kekule.ChemStructureNode
|
Source node, all connectors to this node will be connected to toNode. |
dest |
Kekule.ChemStructureNode
|
Destination node. |
enableStructFragmentMerge |
Bool
|
If true, molecule will be also merged when merging nodes between different molecule. |
Properties:
Name |
Type |
Description |
target |
Kekule.ChemStructureNode
|
Source node, all connectors to this node will be connected to toNode. |
dest |
Kekule.ChemStructureNode
|
Destination node. |
enableStructFragmentMerge |
Bool
|
If true, molecule will be also merged when merging nodes between different molecule. |
- Source: