Trimble.Import

If you are looking to impott points to Revit from Trimble(and vice versa) then you can use these nodes to assist. This takes a file path(CSV recommended), sheet name, family type, and separator in order to output a certain family at the specified location that can help you visualize what is going on in the field.

I have a point family available here:
https://www.dropbox.com/s/c27c8p2lxemstwo/PointFamily.rfa?dl=0

Repository here:
https://github.com/natethegrate1/MEPTools/blob/master/TrimbleImport.dyf

and some YouTube instructions here:
Import=https://youtu.be/TKiY6O1a7EU

Please feel free to email me if you have any issues!Import

Trimble.Export

If you are looking to export points to Trimble from Revit (and vice versa) then you can use these nodes to assist. This takes a file path(CSV recommended), sheet name, and model element selection in order to output a CSV that can be pulled into the Trimble (or other) Total Station units.

I have a point family available here:
https://www.dropbox.com/s/c27c8p2lxemstwo/PointFamily.rfa?dl=0

Repository here:
https://github.com/natethegrate1/MEPTools/blob/master/TrimbleExport.dyf

and some YouTube instructions here:
Export=https://youtu.be/j-qLP0ux7sw

Please feel free to email me if you have any issues!

Import

Workflow: Set Revit Links to Individual Worksets in a Federated Model

It is often useful to have each Revit Link on its own workset. Let’s say you have just set up a new model, and linked in 10 other Revit models. We need to create some worksets, and then set the links to those worksets. This can be done automatically, in two simple steps in Dynamo:

  1. Create Worksets for Revit Link Filenames
  2. Set Link Instance and Type Worksets by Revit Link Filename

After running these two nodes, all the Link Instances and Types should be set correctly.

Save your work before using it on your own project… 🙂

This slideshow requires JavaScript.