Learn Dynamo - Lesson 4: List Management

  Рет қаралды 25,156

Aussie BIM Guru

Aussie BIM Guru

Күн бұрын

Пікірлер: 53
@AussieBIMGuru
@AussieBIMGuru 5 жыл бұрын
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
@AussieBIMGuru
@AussieBIMGuru 5 жыл бұрын
Hope this helps others in navigating the video!
@HippieP629
@HippieP629 4 жыл бұрын
@@AussieBIMGuru Yea thank you so much for breaking it down.
@morozcot
@morozcot 2 жыл бұрын
I would like to thank you Aussie BIM Guru for your Tutorials very helpful, I appreciate that, indeed, you are really a Guru
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
Thanks Maurice! We're all gurus in one way or another 😉
@archgyanrevit
@archgyanrevit 5 жыл бұрын
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
@AussieBIMGuru
@AussieBIMGuru 5 жыл бұрын
Done!
@blahuhm6782
@blahuhm6782 4 жыл бұрын
How do you stay so calm when Epic Battle is happening off camera?
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Haha I get used to my cats having a bit too much fun during recordings - they're spotlight hogs sometimes :P
@ahg3395
@ahg3395 5 жыл бұрын
Cheers Gavin, now I hopefully understand Lists at Levels! ;-)
@AussieBIMGuru
@AussieBIMGuru 5 жыл бұрын
Excellent! :)
@shanD7
@shanD7 Ай бұрын
Thank you so much for the lessons.....
@AussieBIMGuru
@AussieBIMGuru 28 күн бұрын
Glad you like them!
@white_shadoww
@white_shadoww 27 күн бұрын
I hope you settle things down. Its been so long since you posted anything. Are you still making videos...!
@AussieBIMGuru
@AussieBIMGuru 27 күн бұрын
@white_shadoww probably make next March if all things go to plan. Will be covering a new topic, C# and revit addin development!
@white_shadoww
@white_shadoww 27 күн бұрын
@@AussieBIMGuru thank you for the response. Will be waiting for that... ☺️
@Akira-xr2zb
@Akira-xr2zb 9 ай бұрын
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.
@AussieBIMGuru
@AussieBIMGuru 9 ай бұрын
Yes I believe I jump into Excel in the next lesson or thereabouts.
@umutfurkanturkmen5104
@umutfurkanturkmen5104 2 жыл бұрын
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?
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
That would be a renamed set of Watch nodes.
@ketankhorasia
@ketankhorasia 3 жыл бұрын
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.
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
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.
@paulacardoso1329
@paulacardoso1329 4 жыл бұрын
How do you add color and notes on the background to keep your file organized?
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
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.
@paulacardoso1329
@paulacardoso1329 4 жыл бұрын
@@AussieBIMGuru Thank you!
@tabio8554
@tabio8554 4 жыл бұрын
Hi Aussie BIM Guru, thanks for your amazing work. I've got a question, what is the package for SortListByAnotherList, please?
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
I believe this is from Clockwork.
@shirishdandearts
@shirishdandearts 2 жыл бұрын
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.
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
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.
@parimalvala8742
@parimalvala8742 4 жыл бұрын
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?
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
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.
@parimalvala8742
@parimalvala8742 4 жыл бұрын
@@AussieBIMGuru Thank you for your prompt response.
@dmhb17
@dmhb17 Жыл бұрын
Amazing work! Thanks so much! i just cant find the Node List.CountOccurences...
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
I believe this one is in Clockwork package.
@dmhb17
@dmhb17 Жыл бұрын
@@AussieBIMGuru In deed! somehow it were wrong downloaded ;)
@Juliet84HMW
@Juliet84HMW 9 ай бұрын
The node "List.chop" is not working for me , could you able to help?
@Juliet84HMW
@Juliet84HMW 9 ай бұрын
It is still the same list amount
@AussieBIMGuru
@AussieBIMGuru 9 ай бұрын
Strange, make sure the list is flat (one level only) and that the chop amount does not exceed the list length.
@rocketman1058
@rocketman1058 Жыл бұрын
that'd be nice if you put the list of all packages you've used during the video. thanks
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
I eventually do this in future videos. I believe i only used clockwork in this one.
@rocketman1058
@rocketman1058 Жыл бұрын
@@AussieBIMGuru Hello, thanks a lot, Sir!
@Khurram864
@Khurram864 8 ай бұрын
I think at 15:47 there is also Archilab Package is mentioned.
@b_gumm
@b_gumm 2 жыл бұрын
Thank you
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
You're welcome!
@01toroo
@01toroo 5 жыл бұрын
You Are just great
@AussieBIMGuru
@AussieBIMGuru 5 жыл бұрын
Thanks Ahmad, I'm glad you like the videos!
@01toroo
@01toroo 5 жыл бұрын
@@AussieBIMGuru I liked them all
@AussieBIMGuru
@AussieBIMGuru 5 жыл бұрын
@@01toroo many more to come :)
Learn Dynamo - Lesson 4: List Management (Demonstration)
9:59
Aussie BIM Guru
Рет қаралды 8 М.
Learn Dynamo - Lesson 5: Design Script and Code Blocks
16:10
Aussie BIM Guru
Рет қаралды 18 М.
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН
Learn Dynamo - Lesson 3: Strings and other Data Types
18:10
Aussie BIM Guru
Рет қаралды 18 М.
Understanding list levels in Dynamo!
12:30
Aussie BIM Guru
Рет қаралды 14 М.
Dynamo [Node Explanation]: List.SortByKey
14:46
Your Ydea
Рет қаралды 12 М.
Learn Dynamo - Lesson 1: Getting Started & User Interface
20:48
Aussie BIM Guru
Рет қаралды 39 М.
Learn Dynamo - Lesson 2: Arithmetic and Logic
16:51
Aussie BIM Guru
Рет қаралды 21 М.
Dynamo Shorts - Ep002 - Numbering Elements
34:21
DanamoBIM
Рет қаралды 13 М.
Learn Dynamo - Lesson 6: Working with Revit Data
26:29
Aussie BIM Guru
Рет қаралды 13 М.
My Top 10 Favorite Dynamo Nodes!
10:37
Aussie BIM Guru
Рет қаралды 10 М.
Advanced Sorting and Grouping in Dynamo
54:29
ArchSmarter
Рет қаралды 58 М.
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН