Hello everyone! Could you help me create a script to extract the elevation data of each point from a floor, and then use those points to create a solid in the ‘topographic solid’ category in Revit? I am having some trouble. I was also thinking of working with a .csv file in case, but I can’t extract anything from the floor. I’m a beginner…Thank you!
First, welcome to the forum!
If you have a small sample RVT, that would help people get started. Also, hopefully you are in Revit 2025 as the nodes for creating Toposolids weren’t there previously. The APIs existed in 2024, but the OOTB Dynamo nodes did not.
Here’s a sample DYN that works with the Revit Architecture Sample.
it uses Rhythm package for floor perimeter extraction.
Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.dyn (24.4 KB)