Add Adjacent Floor Points

After doing some Floor editing recently in Revit, I realized that my Match Adjacent Points workflow does not have the ability to add adjacent points. So I decided to test out a new method that could add points from an adjacent Floor that were along a shared edge. Somewhat surprisingly, this method can also be used to match adjacent points without replacing them.

And this workflow can be used twice on two Floors to match points from each.

Continue reading

Advertisement

Convert Sloped Floors to Slab Shapes

Working with Slab Shape Floors in Revit can be a tedious process. There are two options for creating sloping Floors: use a Slope Arrow for a single slope across the entire Floor or convert the Floor to a Slab Shape and modify its points and edges. Unfortunately, there is no way to combine these two methods in the Revit UI.

Ideally, you would be able to start with a Floor, give it a single slope, and then convert it into a Slab Shape. But of course, this is possible with the Revit API and can even be done with Dynamo.

Continue reading