i have created a mass family and i would like create "wall by face ", but i have to do this “wall by face” one by one , it little bit time consuming , could i do it in GH RIR at one time ?
The component does work on multiple walls (as shown above), can you post your files and info so we can take a look? The screenshots don’t provide enough information to help. Thanks!
I’ve been following thos thread for a while, I really wish there can be “more category” by Face (such as Ceiling by Face, Floor by Face(not mass floor)).
Right now seems DirectShape is the only way for such things…
Can this component be made to work on Generic Models? I basically need to create a wall by face on the faces of the Spline Wall generic model (see file below). However, the script’s R output is empty:
When the geometry is a mass, Revit’s Wall by Face tool seizes to accept the face for the wall, but the script component will accept the wall. SplineBox.rvt (6.4 MB)
Because I prefer to use Revit native walls so I can modify them later (unlike direct shapes), I need to create the spline based wall as a Wall by Face. To fix the wrapping at the end of the walls, I shave off the ends of the Spline Wall and replace it with straight segments.
RVT2025.3_SplineBox.rvt (6.6 MB)
Notice how Revit’s Wall by Face tool can be used on the Generic Model and that since the straight segment is perfectly flush with the Spline (tangent), the straight segment and the Spline wall segment can be joined together.
In the GH script, you’ll find a method with a Generic Model and one with a Mass. The Mass can be used to create a wall using @eirannejad’s script. The Generic Model cannot.
However, using native Revit tools, it is the exact opposite. The Wall by Face tool does not accept Masses and requires Generic Models instead. So the RiR and Revit methods are mutually exclusive.
Hi Everyone! its been a while for this topic and I come back here again with a few questions:
@eirannejad any plans on adding Wall, Floor, Roof by Face components into RiR? This are really needed components for many cases when users are not able to use default creation methods.
Do we have any solution for Roof/Floor by face at the moment? I’d like to input a lot of sloped surfaces as breps and create a roof using those.