Press release: link here
Main page:
http://academy.autodesk.com/
Advanced Dynamo: http://academy.autodesk.com/curriculum/bim-advanced-computational-design
Previous post: What Revit Wants: In case you missed it – Design Academy Beta is now live
What Revit Wants
Press release: link here
Main page:
http://academy.autodesk.com/
Advanced Dynamo: http://academy.autodesk.com/curriculum/bim-advanced-computational-design
Previous post: What Revit Wants: In case you missed it – Design Academy Beta is now live
This Labs project was distributed a while back, but it timed out and the addin won’t usually run anymore. Its purpose was basically to import a .RIF file from cadMEP back into Revit with some intelligent mapping.
I had someone ask me how to get this working now that the Labs period is up, and I made the suggestion to set the computer time back to before the addin expired… And it works 🙂 So if you really want to play with the FAB to RME Labs addin from about 2 years ago, this might be an option for you.
Paweł Romaniuk has shared his workflow to take various parameters from a model, run the necessary algorithms and then write the area back to a parameter for use in a Revit schedule. Link to pdf download is below… Thanks Paweł.
UPDATED Download link:
Dynamo_Duct_Fittings_Calculation_V.0.1
Download:
https://www.dropbox.com/s/r1slk1sbo1eo971/Dynamo_Duct_Fittings_Calculation_V.0.1.pdf?dl=0
There is no immediately easy way to override the colour of an entire Revit Link. Of course, you can set up a View Template and override all of the individual subcategories, but that can get time consuming when working with many links…
Worksharing Display Mode gives us a quick way of visualising Worksets. What if we put each Revit Link on its own Workset? Then if we set Worksharing Display Mode to Worksets, these Links are overridden with the Workset colours selected in the dialog:
Unfortunately, the Worksharing Display Mode setting is a temporary override (notice the border around the view?), and it will be switched off when we close and open the file. However, the colour choices will be retained. Is there a way we can quickly ‘turn on’ the Worksharing Display Mode for all views in the document? Perhaps this could be done just prior to printing, or at the start of an editing session?
Enter… you guessed it… Dynamo.
I made a node to Enumerate Worksharing Display Modes available, and another one to Set Worksharing Display Mode for View. Finally, I adapted the archi-lab Get All Views node into a List All Views node. Now, we can set them in one click:
And a Screencast:
Each time you print, you will be prompted to “Leave the mode on and print…“, but the colour override will print fine 🙂
Update:
Colours will transfer using Transfer Project Standards, as per:
Transfer Project Standards
If you populate a project with the desired worksets, usernames, and colors you can automatically transfer most of this data over to another project. Under Manage > Transfer Project Standards, there is a new option for Worksharing Display Settings.
Keep in mind this will not transfer over workset names from one project to another.
It will however transfer over workset colors, should the same name workset appear in both projects.
Each category has a Show Color column with a checkbox; these are project specific and do not transfer.
Revit 2012 Worksharing Display Modes and Transfer Project Standards – The Revit Clinic
It is pretty difficult to change the Workset of Pipe Insulation. The Properties Palette allows you to change them one at a time (but not multiple), while the method I posted about previously can change multiple Pipe Insulations to a different Workset, but it didn’t have a nice filtering mechanism.
Enter Dynamo… I made a custom node that takes a list of Pipe Insulations and gives you the Host Pipe element:
Then, I packaged this up in another node that collects all Pipe Insulations, checks their Workset, finds their Host Pipe, and then saves those Pipes to a SelectionSet:
So, if you have Pipe Insulations on the wrong workset:
1. Install Bakery package in Dynamo
2. Run definition as in image above
3. Close Dynamo
4. Load the Saved Selection
5. Group these Pipes (which groups the Insulations too)
6. Change workset (it will have already adopted the current workset)
7. Ungroup
8. Done
Thanks to Konrad and Andreas for archi-lab and Clockwork packages respectively. I get a few comments about my Bakery package having a lot of dependencies, but I like the fact that I just need to install Bakery and I get archi-lab, Clockwork, Lunchbox etc. Its like a rough and ready deployment solution…
Oh, one more thing. You may notice in recent versions (like 0.8.2 RC) that there is now some custom path management for Dynamo resources:
Good stuff!
Check out Project Alexandria:
http://www.projectalexandria.io/
Thanks to @michaelclothier for the heads-up on this one…
You can enter your email and sign up to find out more. They will send you this summary of the solution:
Welcome to Project Alexandria
The complete, connected solution for construction project teams
Congrats! You’re now in the know. Project Alexandria is still under wraps, but we’ll be starting to spread the word soon. And you’ll be the among the first to learn more.
Project Alexandria is being built to connect your construction project teams, with capabilities like:
We’ll be sharing more details soon, so stay tuned for updates as we make them available. Future updates will be posted to projectalexandria.io (but not before you see them first, of course)!
A big thank you for your interest, welcome to the “in crowd”, and please help us share the word using the social links below.
Project Alexandria Team
|
This uses the Media Creation Tool. I was running Tech Preview build 10041 on one of my devices and it wasn’t automatically getting the Windows 10 RTM upgrade, so I used this method instead of waiting for Windows Update…
1) Go to: https://www.microsoft.com/en-us/software-download/windows10
2) Select appropriate version to download:
3) Run the downloaded tool:
4) Choose “Upgrade this PC now“:
Wait for download and install to finish:
Update
Method 1: after seeing my post, Troy Wright kindly shared his take on this. It uses only one custom node – Eraser by Julien – and it also works for Revisions that have been ‘ticked’ as issued, so this is probably the more powerful method.
Here is a download link to his DYN. Thanks Troy!
I will also add his email as a comment to this post.
Method 2
Steps:
As always in Revit, it leaves behind the first row in the Revision Schedule… However, this method is more robust than deleting Revision Clouds as it also removes items appearing based on the “Revisions on Sheet” schedule. It is also much faster than laboriously using the Merge Up command one by one in the Revision Schedule.
As always, use with care 🙂
Video:
I think its safe to say that Dynamo package deployment is still a work in progress, particularly when considering issues of intellectual property along with the complexity of IT networks in large organizations. For that reason, any step to make Dynamo easier to deploy and use is a good idea.
Dyno Browser gives us a very simple way to share and view DYN definitions using a certain file structure and the Roaming directory inside a user’s profile.
Steps to setup and use Dyno Browser on one PC:
So, what is good about this? Because now we can create a shortlist of important or ‘approved’ DYN files and deploy them using the appropriate file structure to the team, using Roaming profiles.
There is actually a bit more functionality available in Dyno Browser: it supports using JSON to feed certain preset values to Dynamo nodes. This is a bit more in-depth, and can be review at the home page.
Video:
The current alpha version is 0.2.52
Main site:
Dyno – Organising, deploying and running <strong>Dynamo</strong> workspaces tool for <strong>Autodesk Revit</strong>: Alexey Lobanov
After Google Reader was decommissioned, I was happy to find that inoreader was an excellent replacement. But one feature was missing: free and easy RSS Feed Translation. Did you know you can deploy your own Google Script to translate RSS feeds, and then subscribe to them in your preferred RSS Reader (like inoreader?)
Here are the steps, from labnol.org:
Google Script will now offer you a link to the web app. That’s actually the new URL of the translated RSS feed which you can directly subscribe in Google Reader or any other news reader app like Reeder, Flipboard, etc.
If you wish to translate another RSS feed, or offer the same feed but in another language, just go back to step #1.