Message 1 of 5
CustomExporter - Change Export Order

Not applicable
03-18-2014
07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all. I'm new to teh Revit API, and am trying my hand at generating a custom Collada exporter based on the one outlined here.
My problem is that there is a very specific order I'm trying to export elements in, but I cannot seem to find a way to change the export order to anyhting other than by element ID.
To be more specific, I'm trying to export something that looks like this:
<Doors>
<3'-0" Doors>
<Individual door instance>
</instance>
</3'-0" Doors>
</Doors>
<Walls>
<Type A Walls>
<instance>
</instance>
</Type A Walls>
<Type B Walls>
<instance>
</instance>
</Type B Walls>
</Walls>
Any help would be greatly apprecciated. Thanks.