Revit Sloped Pipe Tags can tend to be a bit confusing, so I decided to put together a video to help us all get through it. Check out this video ...
Autodesk just released Revit 2019.2, requiring a change to your database. Here’s a video walking through a couple of those changes.
A few times this has come up in support where the Fabrication database appears to have lost the GUID for no apparent reason. Without the GUID changes to the already ...
Use Revit Schedules with Conditional Formatting to check your model prior to exporting the .maj to Fabrication CAMduct.
Often times, people who are working in CADmep are finding out late that their deliverable needs to be in Revit. Here is a tutorial on how to import the unsupported ...
Problem – When loading .dwg into Navisworks 2018, Fabrication elements are not displayed Cause – Path in the Registry is pointed to the wrong folder Solution – Fix the Registry ...
In CADmep we used the command SL1 to isolate a service. Revit does not have a good isolation command so I wrote one using Dynamo, below is a video of ...
Building Navis models from .nwc vs .dwg can come with some nuances. In this video, I will walk through how they can be different and some general best practices.
Simplify the conversion for inline Revit equipment to Fabrication content by utilizing the Fabrication Design Line Node concept and applying it to Families in Revit.
Copy your customer Folders layout into all other folders in your database. Get-ChildItem “C:\Autodesk Fabrication\Working Database\ITEMS” -Recurse -Filter “*.dat” | ForEach-Object { Copy-Item “C:\Autodesk Fabrication\position.dat” -Destination $_.FullName }