- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there everyone, I am really new in the Revit API and I've been facing a little problema with a little charlleng i set. So i have been trying to create Floors from Rooms in Revit, and for that I used a element Collector to get all rooms in the project, and I tried to use the "GetBoundariesSegments" method to get the boundaries segment from the Rooms in the projetc.
However, It appears that Rooms don't have a "GetBoundariesSegment"...
The code Im using is the sample present in the Revit API Docs 2020 for Room Class : Room Class (revitapidocs.com)
I tried looking for other examples, trying to convert the elements in collector from Autodesk.Revit.DB.Elements to Autodesk.Revit.DB.Architecture.Room in order to use the methods, and even see if I was missing a directive or assembly method.
Can someone help me with this? Thanks for the patience with me, I am a begginer so this can be really simple for most of the people out there...
Solved! Go to Solution.