Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Custom exporter from Autodesk Revit to .bim file

License

Notifications You must be signed in to change notification settings

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

No packages published

Languages