Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
How to get all connected bars by node if the selected node is not start/end node of any bar?
Please see attached picture.
- When I select node 6 and click Select Adjoining Bars/Objects --> Result is bars: 1,3 and nodes 1,2,5,6 (This is what I'm trying to achieve)
- When I use NodeServer.GetConnectedBars("6") --> Result is bar 3
- What should I do that the result would be 1 and 3
I tried to tweak the code which is for panels, but could't get nodelist from bars.
-Ofa
Solved! Go to Solution.