Message 1 of 2
Export Revit Elements to .SAT with python.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Is it possible to export revit elements to .SAT by first converting them to Geometry then exporting this Geometry. By not using a view. With Dynamo this is possible by converting the element to geometry using the Element.Geometry node, then convering it to .SAT with the ExportToSat node. No seperate view is needed for this export.
I was wondering if this would be possible with python (pyrevit) and the API.