Hello,
How can I remove a node from a nodeset without fully removing the node from the topology? I just want a node that is inside a nodeset to become outside it after the user triggers a specfic event.
I tried removing by getting the vertexset of the nodeset and then calling removeVertex, but that fully removes the node from the graph which I don't want.
Any ideas on how to do that?
Thank you.
Regards,