Hello.
I've just became RPD newbie, and looking for functions for get patch, nodes or links out of Rpd. It's easy to store created patch by
patch = Rpd.addPatch('Name of the Patch');
but I can't figure out how to get patch which has been imported from json or plain-text.
This code below imports patch (with fix #464) and then creates a new patch with right name but different id, so it can't be used for control imported path.
Rpd.import.plain(fileContent.toString());
patch = Rpd.addPatch('Name of the Patch');
I've searched for it in docs but found nothing about.
Hello.
I've just became RPD newbie, and looking for functions for get patch, nodes or links out of Rpd. It's easy to store created patch by
but I can't figure out how to get patch which has been imported from json or plain-text.
This code below imports patch (with fix #464) and then creates a new patch with right name but different id, so it can't be used for control imported path.
I've searched for it in docs but found nothing about.