3:27 List min/max item 3:42 Index of 4:15 Remap range 4:50 List cycle/repeat 5:45 List unique items 5:58 List count occurences 6:25 List create/Join 7:15 List transpose 8:10 List reverse/shuffle 8:50 List flatten 9:33 List chop 10:00 Empty lists 10:27 List take/drop every nth item 11:50 List levels/count 13:25 List get item at index 13:53 List map 14:35 Replace item at index 17:50 List lacing 18:05 Ranges 18:33 Concatenate ranges 20:12 Filter by boolean mask
Thank you very much Gavin! Appreciate it! Just a suggestion: it would be easier to understand the functions of List by demonstrating them using Excel sheet together.
Hi mate! loved the video & now I feel I understand lists better. But only practice can make perfect. Could you also share a timeline of the lists you mentioned in the video so that I can jump straight to that list in case I want to check how it works? I'm sure i'll be coming to this video a lot more times. For example: 20:24 Filtering Out Walls based on a Threshold
Hello Gavin, Thankyou for this nice listmanagement lesson. I would like to ask you about "List.SortListOfLists" a node from clockwork package. Could you please explain me that I am trying to understand that node?
As far as I can recall, this node enables you to sort one list based on the order a list of the same size/shape would be sorted (numerically/aphabetically). Usually, a better node to use is List.SortByKey, where a numerical or alpha list can be used as a sorting guide for a list of the same shape.
Hi Gavin, I just started to learn dynamo through your videos and they are so good :) My question is that around 2:25 there are three nodes (you called them lists which are area, wall, and length) in the videos. I could not find them. Can you explain to me how to create, please?
The list join and list combine node can be used together to join sublists across one another. Beyond that for more specific joining exercises Python may be worth looking into.
I use the grouping feature to achieve this. Select a set of nodes, right click and you should find the grouping option there. You can then right click the group to change its colour, and double click the header to change its title.
Hi, i tried to connect the area list to the list.minimumitem and I get this error message 'object must be of string type' also ' remap range shows error. Please guide.
Make sure your data types are numbers - typically this is necessary for minimum item detection. You can inspect this using the Object.Type node. This may be leading to errors further on in other nodes like the RemapRange.
3:27 List min/max item
3:42 Index of
4:15 Remap range
4:50 List cycle/repeat
5:45 List unique items
5:58 List count occurences
6:25 List create/Join
7:15 List transpose
8:10 List reverse/shuffle
8:50 List flatten
9:33 List chop
10:00 Empty lists
10:27 List take/drop every nth item
11:50 List levels/count
13:25 List get item at index
13:53 List map
14:35 Replace item at index
17:50 List lacing
18:05 Ranges
18:33 Concatenate ranges
20:12 Filter by boolean mask
Hope this helps others in navigating the video!
@@AussieBIMGuru Yea thank you so much for breaking it down.
I would like to thank you Aussie BIM Guru for your Tutorials very helpful, I appreciate that, indeed, you are really a Guru
Thanks Maurice! We're all gurus in one way or another 😉
Thank you very much Gavin! Appreciate it!
Just a suggestion: it would be easier to understand the functions of List by demonstrating them using Excel sheet together.
Yes I believe I jump into Excel in the next lesson or thereabouts.
Hi mate! loved the video & now I feel I understand lists better. But only practice can make perfect.
Could you also share a timeline of the lists you mentioned in the video so that I can jump straight to that list in case I want to check how it works? I'm sure i'll be coming to this video a lot more times. For example: 20:24 Filtering Out Walls based on a Threshold
Done!
Cheers Gavin, now I hopefully understand Lists at Levels! ;-)
Excellent! :)
How do you stay so calm when Epic Battle is happening off camera?
Haha I get used to my cats having a bit too much fun during recordings - they're spotlight hogs sometimes :P
Hi Aussie BIM Guru, thanks for your amazing work. I've got a question, what is the package for SortListByAnotherList, please?
I believe this is from Clockwork.
Hello Gavin, Thankyou for this nice listmanagement lesson. I would like to ask you about "List.SortListOfLists" a node from clockwork package. Could you please explain me that I am trying to understand that node?
As far as I can recall, this node enables you to sort one list based on the order a list of the same size/shape would be sorted (numerically/aphabetically).
Usually, a better node to use is List.SortByKey, where a numerical or alpha list can be used as a sorting guide for a list of the same shape.
@@AussieBIMGuru Thank you for your prompt response.
Thank you
You're welcome!
Amazing work! Thanks so much! i just cant find the Node List.CountOccurences...
I believe this one is in Clockwork package.
@@AussieBIMGuru In deed! somehow it were wrong downloaded ;)
Hi Gavin, I just started to learn dynamo through your videos and they are so good :) My question is that around 2:25 there are three nodes (you called them lists which are area, wall, and length) in the videos. I could not find them. Can you explain to me how to create, please?
That would be a renamed set of Watch nodes.
that'd be nice if you put the list of all packages you've used during the video. thanks
I eventually do this in future videos. I believe i only used clockwork in this one.
@@AussieBIMGuru Hello, thanks a lot, Sir!
I think at 15:47 there is also Archilab Package is mentioned.
Hi Gavin, How to merge items of sublists and match them with the other list's string items? I have been trying to do this but couldn't.
The list join and list combine node can be used together to join sublists across one another. Beyond that for more specific joining exercises Python may be worth looking into.
How do you add color and notes on the background to keep your file organized?
I use the grouping feature to achieve this. Select a set of nodes, right click and you should find the grouping option there. You can then right click the group to change its colour, and double click the header to change its title.
@@AussieBIMGuru Thank you!
Hi, i tried to connect the area list to the list.minimumitem and I get this error message 'object must be of string type' also ' remap range shows error. Please guide.
Make sure your data types are numbers - typically this is necessary for minimum item detection. You can inspect this using the Object.Type node. This may be leading to errors further on in other nodes like the RemapRange.
The node "List.chop" is not working for me , could you able to help?
It is still the same list amount
Strange, make sure the list is flat (one level only) and that the chop amount does not exceed the list length.
You Are just great
Thanks Ahmad, I'm glad you like the videos!
@@AussieBIMGuru I liked them all
@@01toroo many more to come :)