Skip to content

dosymep/revit-bim

Repository files navigation

Usage

View view = uiApplication.ActiveUIDocument.ActiveView;
Document document = uiApplication.ActiveUIDocument.Document;

document.Export("path/to/sample.bim",
    new BimExportOptions() {View = view, WithLinks = true, WithElementInfo = true, WithDocumentInfo = true})

Sample

Result Original

Known Issues

It's doesn't work 😂, because I don't know how to fetch mesh indices correctly. But I think this project will be good start point to research.

About

Custom exporter from Autodesk Revit to .bim file

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages