I have a function which can grab the nodes within a selected area and display their attributes in a separate window on the side. However, I want to expand on this by being able to grab the edges within the selected box as well if the edge is connected to two nodes within the selection area. Is it possible to code it by checking if the source and target nodes are within the selection area?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have a function which can grab the nodes within a selected area and display their attributes in a separate window on the side. However, I want to expand on this by being able to grab the edges within the selected box as well if the edge is connected to two nodes within the selection area. Is it possible to code it by checking if the source and target nodes are within the selection area?