So I have designed this free form building with elevated base and mainly modelled in grasshopper.
My problem is that I can only reference it as Generic Models with Catgeory names like this.
I know the curves aren’t planar, the slab base of the building is supposed to be elevated at some points to make entry way and then goes down for fixation points on the ground. also the topography is not flat so the base is projected on it.
so my question is if there’s a way to successfully reference these Generic Models as Floors / Slabs etc.
I have done the same but as you can see it is completely locked inside revit. I can not for example change the type of beam or floor. Unlike the columns I referenced, I can easily edit them and change their type/dimension etc.
so I am wondering if there’s a solution for this problem, is there any way I can reference floors as floors and slabs as slabs without having to put them as Direct Shapes just because they are not planar.
If you make a Floor in the Revit UI its only going to allow you to draw it in plane. The Rhino.Inside.Revit components are limited to what’s offered by the Revit API.
if you added the floor as a single plane, project the outline onto a plan and create the flat floor (so that revit is happy) you could then 2) modify the subelements of the floor to drop individual points on your floor down to the levels you have in rhino, like this : Modify Floor Subelements (SlabShapeEdit) in GHPython - #3 by eirannejad