Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
By modeled elements I mean I want to get all elements for construction such as walls, beams, foundations, windows, doors, ducts, etc. This is to later use all these elements to create a map of quantities of the elements for construction.
I have tried:
FilteredElementCollector collector = new FilteredElementCollector(doc); collector.WhereElementIsNotElementType().OfClass(typeof(FamilyInstance));
But strangely I am not obtaining any elements.
Any help would be appretiated
Solved! Go to Solution.