you want each "element" to be a single Item or a single item for ALL elements. See Below
0. 20
1. 30
2. 59
3. 60
4. {9,45,29}
5. 0.0
6. 3.0
7. 6.0
Or
0. 20 30 59 60 {9,45,29} 0.0 3.0 6.0
…
Added by Danny Boyes at 3:13am on October 29, 2013
{4}-0;3
{5}-6;7
{6}-5;7
{7}-5;6
Here it can be shown that there are two subgraphs containing 0,1,2,3,4 and 5,6,7. How can I use spiderweb (either using scripting or the components) to give me this result when I have many more vertices??
Thanks,
Sam…
branches in each A's list of B's, or remove its ends etcso that if I want to remove the last B in every A{0;1},{0;2},{0;3},{0;4},{0;5},{0;6}{1;1},{1;2},{1;3},{1;4}{2;1},{2;2},{2;3},{2;4},{2;5}would become{0;1},{0;2},{0;3},{0;4},{0;5}
{1;1},{1;2},{1;3}
{2;1},{2;2},{2;3},{2;4}I guess the question is do I need to figure out the cull pattern- each B may have different lengths...…