How to Create Revit Floor from Rhino Topography Surface or Mesh

Okay. So is it okay if the input of this hypotetical component is a Rhino mesh? I’m thinking it can read the mesh vertices, and create a floor that has those vertices set as slab points.

On another note, do you need to create Revit native floors? How about bringing the geometry in as a DirectShape that is categorized as a floor?

Yes, I can convert a rhino surface to a mesh if required before exporting.

In regards the to the appropriate category in Revit, most landscape architects typically use Revit Floors as the best way to create landscape hard paving elements, as it allows us to add structural layers (i.e. the paver, the crushed rock it sits on, filter fabric etc…) which is revealed when we cut a section. If it is a native Revit Floor, we can modify the display qualities of the element (i.e. hatch, colour, line type etc…) Is this possible with a DirectShape?
Kind regards
Chris

1 Like

No not any of that is possible with DirectShapes. They’re pretty much generic geometry wrappers. Ok let me see what I can do

Thanks so much,
Can I just say, Rhino in Revit is fantastic and a game changer for us - it hopefully means we can continue modeling in Rhino (as we always have), but get info into Revit for documentation and collaboration with others.
Regards
Chris

1 Like

Hi,
Has there been any progress on this topic ?

Thanks !

1 Like

Check this: Modify Floor Subelements (SlabShapeEdit) in GHPython - #3 by eirannejad

You can use this to add your points to a floor

Hi, thanks !
I’ve already seen this.
But this only add points on the planar face of a floor. What i need is a component that allows the creations of floors with points that have different elevations. Do you of any way this can be possible ?

Have you tried it? Can we see some results? This adds points at whatever the point’s elevation is in Rhino.

For background, I have used this extensively, in production settings, to create floors that take the same shape as complex Revit topographies.

1 Like

Yes i have tried it. If it worked for you i guess i did it wrong.
Here’s a screenshot of my attempt.


Tried it with a simple slab and 4 points placed above the slab. I am not getting any output

I believe I answered this in your duplicate post

You can do all the graphic control you want if you create Site Categories with Sub-Categories. You could create a component family for each hard paving element or create one family for all the elements. Then assign sub-categories to each hard layer.

Do you have a simple example Rhino file, I bet we can rig something up with that.

Yeah sorry for duplicate post… I thought this was to differente methods

Hi,

Thanks for answering !
I’m afraid i can’t visualize what you are describing.

Basically we can do whatever we want now in rhino+revit+rhino inside, because you guys did a great job with this piece of software obviously the best !
Problems start showing up when we try to create editable element (comparable to native revit floors with height points) out of complex geometries (such as the mesh in the file i uploaded). If you can show me how we can use this type of geometry to create revit floor elements the whole office i work in will spend a happy day !

Here is the file ==>
HOW TO CREATE REVIT FLOOR WITH THESE ELEMENTS.3dm (1.4 MB)

Thank you !

@raoufdjema15
Here you go:

This looks better suited for Topography than a floor. What are you trying to accomplish here?

Hi,

The target revit file has different floor system families. We are trying to push the geometry in way we can edit change the floor parameters once in revit. Here’s a screen ==>

Oh this looks like something that can work, i’m gonna try it. Thanks !

While using the exact same grasshoper definition i do not see the output in revit…

I really cannot understand why this is not sending an output floor into revit.


tried the same method with a new file, a simple rectangular base floor and one height point.

Get the Element ID of using the Element Passport component and paste into the Manage>Select By Element ID, it may be a units/location issue and be out of the view. Selection Box (BX) will isolate the element you selected by ID.

It looks like you are using floors for roadwork, one thing to consider is the scale and accuracy required.

In a large site you will want to clean up your points considerably.

1 Like