Message 1 of 2
Accessing RoofSoffit via RevitAPI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I faced a issue accessing roofsoffit using filteredelementcollector of roofSoffit category.
'foreach (Element e in new FilteredElementCollector(doc).OfCategory(BuiltInCategory.OST_RoofSoffit))'
The revit api is not allowing to show the elements which are in RoofSoffit category even though they exist in revit model file.
Could anyone help me in understanding and figuring out this issue?