Files
- walls_tutorial.rvt Revit model that contains the Wall types
- wall_model.3dm Rhino model with wall base curves
- create_revit_walls.gh Grasshopper definition for this example
Description
This sample shows how to take normal Rhino curve and create a set of Revit system family walls. This demonstration is meant to show that true native Revit objects can be created from simple Rhino geometry. Editing the curve in Rhino will update the walls in Revit.
- Add Wall by Curve component
- Curve Param component from Grasshopper
- Curve Split component from Grasshopper
- Revit Element component
- Element Decompose component
- Level Input Selector
- Slider for Wall Height
After selecting the curve(s) in Rhino and the typical Wall in Revit for the wall family type, Grasshopper will generate the system family wall types in Revit.