Group & Sort Revit Elements by Parameter
I love LINQ. LINQ, short for Language Integrated Query, allows us to execute list queries in a short and…
I love LINQ. LINQ, short for Language Integrated Query, allows us to execute list queries in a short and…
As the class name suggests, a Transaction is used to make any change to a Revit model. The using…
*IMPORTANT We are moving to Medium.com! You can find a updated version of this tutorial there! Do show your…
Create Pipe Method The following function creates a new Pipe object in the Revit document through the Pipe.Create Constructor…
Get Connectors from MEPModel objects The following function retrieves connectors from FamilyInstance objects containing connectors. For example, sprinkler, AHU,…
The following function retrieves connectors from Pipe, Duct, CableTrayConduitBase, FlexPipe, FlexDuct, Wire and Insulation class objects, since they were…