Send a List to this node and it will create a carriage return (line break) after each Index and output a single String, and copy it to Clipboard. Must be run from a Revit instance of Dynamo.
Month: January 2016
Filter Views with Two Criteria and Return Views
Lunchbox Room Element Collector
This will collect Rooms and list Room Properties, including Boundaries.
Source: http://provingground.io/tools/lunchbox/#jp-carousel-339
Rhythm.BackupRFADeleter
This node will delete the backup .rfa files within a directory. This is deleting files so please use with care. 🙂
![image[11].png](https://dynamonodes.com/wp-content/uploads/2016/01/image11.png?w=700)
Source: http://sixtysecondrevit.blogspot.com/2015/09/clearing-backup-revit-family-files-with.html
Ratings
We have added Ratings to DynamoWorks! At the top of each Node page, you will see a 5 star rating selector. Go ahead and Rate each node, and may the best Nodes win 🙂

What is Bakery?
Bakery is a real mixture. Some completely custom work, like an XML reader with ElementTree, and lots of derivative work that relies heavily on other packages like Clockwork, Lunchbox and archi-lab. Basically, if I build something and find it useful, I pretty much add it to Bakery. Sometime in the future I hope to do a big cleanup and get everything looking nice and clean, but at the moment it is definitely a work in progress…
but give it a try and you just might find something tasty in the Bakery!
What is in the Bakery? Check out the Bakery Node Index.
If you don’t want to deal with other packages wanting to uninstall and reinstall when installing Bakery, just download it from the Package Manager website as a ZIP, then unzip to this directory:
%APPDATA%\Dynamo\0.8\packages\Bakery
Related: http://whatrevitwants.blogspot.com.au/2015/05/bakery-for-dynamo.html
On GitHub at: BakeryForDynamo
Recent list of nodes: http://whatrevitwants.blogspot.com.au/2015/10/big-update-to-bakery-package-for.html
Current dependencies:
List Sectors for Given Elements
This node will take an element list, and a list of ‘sector bounding floor elements’. The floor elements need to have the Comments parameter populated with a Sector identifier. This node uses the OOTB Geometry node Geometry.DoesIntersect to check if the element location point intersects with one of the floor elements, and then outputs a list of where each element was found.
Make Perspective 3D View at Element Location
This node will take an element, get its location, place a Camera view at that location and use two given Parameters from the element in the resulting View Name. It will also use the Element Id in the View Name.
Workflow: Paste List of Element Ids and Get their Room Number in Federated Model
This workflow was designed to work this way:
· Paste a list of Element Ids into the blue area, these can be copied directly from Excel rows
· Set the input Link filename, and the source Room filename
· Click Run and it will use Room.IsPointInside to check which Linked Room that Linked element resides in
· It will output list to Clipboard as a string that can be directly pasted to Excel
These list-to-string-to-clipboard (and vice versa) nodes allow for easy editing and re-running of a node, without having to handle CSV or Excel input / output. This is useful for quick investigations.
DYN: Download
Code Block
Code Blocks are a hugely powerful core node that allow you to do many things by directly entering functions and code in the Code Block.
Code Block – String operations
via @VCDwhiz
Code Block – List methods
In the example below, various Flatten methods are shown in the Code Block. This would be an alternative to using the List.Flatten or Flatten nodes.
Source: https://twitter.com/Jos_ols/status/661822388112384000
More on Code Blocks at http://dynamobim.com/cbns-for-dummies/ such as:









