Create Dependent View Sets using Dynamo!

  Рет қаралды 6,365

Aussie BIM Guru

Aussie BIM Guru

Күн бұрын

Пікірлер: 48
@petsandpaws8906
@petsandpaws8906 Жыл бұрын
Thanks for teaching me Dynamo in less then 2 weeks, and thanks for the resources you give the community for free to use and learn from. Ive learnt more from you then from my Dynamo cource. The pacing is great and yeah, Thanks. Ive rebuild this in Revit 2022, without Archi lab because archi lab isnt supported for the version of dynaamo we run in our company. Im making these scripts atnight or the weekend, because its so busy at the firm. But when you can automate tedious taks and not have time to build the solutions, youll never get anywhere. Some day I hope to get near your level. Next on the list is building a pyrevit tool for the company group. Big thanks from The Netherlands Keep it up
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
Glad to hear the channel has helped get you into the world of Dynamo - keep it up!
@petsandpaws8906
@petsandpaws8906 Жыл бұрын
The reason this is so useful to me is because we work as MEP engineers making big housing projects. 200+ houses in a project.. And we need to make sheets per house, and therefor create a dependent view per house (SB) for each level and each discipline. (Ventilation, E, gas and water etc). So its monday morning 3 am almost and Im pumped to start the week ! ❤
@alexj6658
@alexj6658 5 жыл бұрын
Im working on a project/building that has 42 levels and this script is going to save me so much time. Thanks, Gavin!
@AussieBIMGuru
@AussieBIMGuru 5 жыл бұрын
You're welcome! Might want to check out my views/sheets/views to sheets videos too, super handy for towers
@danielkunrunmi3161
@danielkunrunmi3161 3 ай бұрын
This is a great video it looks like they have removed the view type node on archilab and I couldn’t see it on orchid? Any help?
@AussieBIMGuru
@AussieBIMGuru 3 ай бұрын
You could look into Data shapes to create a dropdown interface for view types I guess if it's bneen removed - there isn't any other routes I'm aware of unfortunately.
@marwanbeaino5377
@marwanbeaino5377 8 ай бұрын
This is great ! Thanks !
@AussieBIMGuru
@AussieBIMGuru 8 ай бұрын
You're welcome!
@jcvazque1
@jcvazque1 3 жыл бұрын
for ID I duplicated some views but the elevation marker on the also duplicated. so i now have multiple elevation markers on my floor plan. any way to filter the callout and elevation markers to reference views only on sheet
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
Yes if you want to filter by views on sheets only, you can use their referencing sheet parameters. Use element.parameters to inspect the data available to filter by.
@DesignAndBIMTool
@DesignAndBIMTool 2 жыл бұрын
I want to create a view sequence like this: after creating the scope box, dynamo will automatically create the callout and assign that scope box parameter to the callout, is that possible? Thanks alot.....
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
Yes most things are possible in Dynamo but you would need to script those steps in sequence. Each of those would need enough input such as the callout location and name of view, and python is likely needed.
@Xavier-w8c
@Xavier-w8c Жыл бұрын
Hi Aussie, I am not able to find the UI.Listview data datashape, I tried searching for datashapes in the Dynamo package installer but couldn't find it, could you help me on how to find the datashape node.
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
Search for data-shapes instead. It is definitely there.
@Xavier-w8c
@Xavier-w8c Жыл бұрын
@@AussieBIMGuru Got it Aussie , thanks for the info and the video, wonderful content...
@PratikPanchal-x5v
@PratikPanchal-x5v Жыл бұрын
Hi Aussie BIM Guru your video is very helpful but i am not able to start the script. As I am not able to get the "view type" and so on which package shall i download can you help me with
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
Try orchid or archilab packages.
@arjandegeus8920
@arjandegeus8920 4 жыл бұрын
Is package Data Shapes stil running? I have download the packages but there is not much. I'm missing UI.Listview Data and UI.MultipipleinputForm ++ Do i something wrong or..?
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Yes it should be up to date in 2021/dynamo 2.6. I'd suggest ensuring whichever version you use is compatible with your revit build, and upgrade to the latest sub-build too. Have a look under the input section of the package library, nodes change name sometimee.
@arjandegeus8920
@arjandegeus8920 4 жыл бұрын
@@AussieBIMGuru Thanks I made it in Revit 2020, can't find the right one in R19 unfortunately.
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
@@arjandegeus8920 try finding a more recent version of the package that works with r19. I definitely saw listviews in R19 before.
@xiaomi9865
@xiaomi9865 5 жыл бұрын
Hi, is it possible to create multiple duplicate view without scope box
@AussieBIMGuru
@AussieBIMGuru 5 жыл бұрын
Sure is! The dropdown for 'Duplicate Options' can be adjusted to duplicate views (see 12:02) with detailing or without as well (or just have a dependent views with no scope box applied). The scope box set parameter node (12:15) can be left out, all you would need to consider is what to name your views and how to crop them if needed.
@rubengonzalez1729
@rubengonzalez1729 4 жыл бұрын
Nice work! Just wonder wheter it is possible to hide the scope boxes automatically in all of the generated views, instead of toggling "show/hide crop region" manually in each of them? Thank in advance!
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Cheers Ruben! To toggle this field for all views, you can set the 'Crop Region Visible' parameter for the views after they are generated. Make sure to set them to longest lacing, this should apply it to all of them!
@aaruparanzhu
@aaruparanzhu 4 жыл бұрын
hello ... thank you for the script,,, it would be grateful if you could confirm the packages used in 14.51- duplicate option and Views.Duplicate.. (From archilab as mentioned in the start of the video.. however i am not getting it inspite of having archilab installed) Thankyou ....
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Views.Duplicate and Duplicate Options can both be found in archilab v.2020.23.13 (the build I use currently).
@ricardoschenk5113
@ricardoschenk5113 5 жыл бұрын
Hi, Just send you a mail because i am stucked at the Code block-list.Count - List.cycle nodes
@AussieBIMGuru
@AussieBIMGuru 5 жыл бұрын
No worries, replied. The issue is likely in the UI++ results as the syntax of the code block is OK - it's failing to find indices of the list so the UI++ must be collecting only one input.
@saskiameijer5055
@saskiameijer5055 4 жыл бұрын
Great video! One (maybe very stupid) question: You use the parameters v_name and s_name, I'm assuming these are built-in for Revit. Where can I find a list of these parameters, and is there a way to 'shorten' them. For Example: I like to use only the first two characters of the v_name in the naming structure of the new views. Thank you, I really appreciate your video's!
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
These parameters are essentially just placeholder variables. You can make these whatever you like as long as they aren't taken already as a function or method in code block format (for example e.Name would not be allowed, as .Name is a method that can be applied to the variable 'e').
@saskiameijer5055
@saskiameijer5055 4 жыл бұрын
Thank you for the info!
@nebiatsentayehu5303
@nebiatsentayehu5303 4 жыл бұрын
wow, it's very powerful even though I don't usually work with scope boxes, In which I should. thanks anyways
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Yeah scope boxes are a life saver! Definitely a must use feature on multistory projects.
@metalbladerecorder
@metalbladerecorder 4 жыл бұрын
Thank you
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
You're welcome!
@metalbladerecorder
@metalbladerecorder 4 жыл бұрын
@@AussieBIMGuru 'amount' input need to feed 1 for 'list.flatten' node for me. If not.. it will give error.
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
@@metalbladerecorder are you in version 1.X by chance? List flattening works a bit differently in earlier builds.
@metalbladerecorder
@metalbladerecorder 4 жыл бұрын
Ok. Can i know how to extract dependent view to put in sheets. ? (i only can do for not dependent views)
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
@@metalbladerecorder you could use this workflow; kzbin.info/www/bejne/bIiaaXumqqeLi6c I've tested and it should work for normal as well as dependent views, as long as there is elements visible in the dependents.
@yuraharutyunyan9413
@yuraharutyunyan9413 3 жыл бұрын
like, if you couldn't find "UI listview data" node in any of packages too
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
It should be in the data shapes package under the UI menu.
@yuraharutyunyan9413
@yuraharutyunyan9413 3 жыл бұрын
@@AussieBIMGuru yes, but there isn't, unfortunately. maybe due to the version of package things go wrong. i saw some comment below, guy used R19 and couldn't find the package, as well as I
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
@@yuraharutyunyan9413 yes older builds it might not. I usually build in revit 2020+ so havent tried 2019 for a while now. Suggest browsing what is available and seeing if it had a different name in old builds maybe. It's definitely available in dynamo 2.0.4 which can be installed for revit 2019.
Sun Hour Analysis using Dynamo (Feasibility Part 9)
32:53
Aussie BIM Guru
Рет қаралды 7 М.
Create a Document Transmittal using Dynamo!
24:33
Aussie BIM Guru
Рет қаралды 6 М.
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
Review Model Warnings using Dynamo!
19:34
Aussie BIM Guru
Рет қаралды 6 М.
Create Wall Penetrations using Dynamo!
22:14
Aussie BIM Guru
Рет қаралды 22 М.
Tips for Deploying Dynamo Scripts (w/John P)
1:16:51
The Revit Kid
Рет қаралды 8 М.
Revit Scope Boxes and Key Plans
32:15
Aussie BIM Guru
Рет қаралды 10 М.
Organizing the Project Browser - Advanced Computational Design in Dynamo
11:00
Sun eye views in Revit using Dynamo and Crumple!
14:30
Aussie BIM Guru
Рет қаралды 1,3 М.
Tag All in View using Dynamo! (Tag All 1/3)
22:05
Aussie BIM Guru
Рет қаралды 21 М.
Outlet Placement using Dynamo!
24:19
Aussie BIM Guru
Рет қаралды 10 М.
Door thresholds in room outlines using Dynamo!
15:41
Aussie BIM Guru
Рет қаралды 4 М.
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН