- Parametric Project
- Posts
- How to change Family Name and Type Name from GH (python)
How to change Family Name and Type Name from GH (python)
This Python script can change the name of a family and the name of a family type in Revit, from Grasshopper.
💡 What It Does:
Get any family that exists in Revit (there are different ways to get here), and modify its name (and the type name too). In this case I use the name of the family as input.
Another example of how can we manipulate the Revit Database from outside (or inside), using Grasshopper and Python.
This is just a block, to create wider workflows. 🐍
Reply