gitextract_qlio5x88/ ├── .gitignore ├── README.md ├── glTFRevitExport/ │ ├── App.cs │ ├── Command.cs │ ├── Containers.cs │ ├── GLTFManager.cs │ ├── GlTFExportContext.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Util.cs │ ├── WPF/ │ │ ├── MainWindow.xaml │ │ └── MainWindow.xaml.cs │ ├── glTF.cs │ ├── glTFRevitExport.addin │ └── glTFRevitExport.csproj └── glTFRevitExport.sln