Filter Floors by Comments and Level and Make Section Box View

This node requires Floor objects that have been populated with a Comments parameter as an identifier. In the workflow example below, a linked model contains the Floors. These are selected and filtered to the specific Level and identifier, and with that one Floor object in hand, the Dynamo script goes on to make a Section Boxed 3D View around that Floor, Set its Name, and Set a View Template to the newly created view.

 

 

Workflow: Send List of DYF Node Names to Clipboard

In this workflow, you simply input a Directory Path and it will get all the node names of the DYF files in that folder, and send them directly to Clipboard. For the Clipboard integration to work, it must be run from a Revit-Dynamo instance (not in Sandbox mode).

Workflow Send List of DYF Node Names to Clipboard

Following this, you can switch to another application and use Ctrl+V to Paste the data. If you want to create tasks in Asana from these line items, paste it temporarily in Notepad and then Cut-Paste 100 items at a time directly into the Asana task list.

DYN: https://www.dropbox.com/s/nyq6cbortyne24e/Workflow%20-%20Send%20List%20of%20DYF%20Node%20Names%20to%20Clipboard.dyn?dl=0

CustomNode.Info

This will take the File  Path to a dyf file as input, and return many properties of that node. In the example below, List.Map is used to iterate through and return only the Node name.

Custom Node Info