Skip to content

Get patches, nodes and links #466

@Meetem

Description

@Meetem

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions