new MergeStructFragment(target, dest)
Operation of merging two structure fragment as one.
Parameters:
Name |
Type |
Description |
target |
Kekule.StructureFragment
|
Source fragment. |
dest |
Kekule.StructureFragment
|
Destination fragment. |
Properties:
Name |
Type |
Description |
target |
Kekule.StructureFragment
|
Source fragment, all connectors and nodes will be moved to dest fragment. |
dest |
Kekule.StructureFragment
|
Destination fragment. |
mergedNodes |
Array
|
Nodes moved from target to dest during merging. |
mergedConnectors |
Array
|
Connectors moved from target to dest during merging. |
- Source: