Export Revit Elements to .SAT with python.

Export Revit Elements to .SAT with python.

o.nerwa
Observer Observer
552 Views
1 Reply
Message 1 of 2

Export Revit Elements to .SAT with python.

o.nerwa
Observer
Observer

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.

0 Likes
553 Views
1 Reply
Reply (1)
Message 2 of 2

jeremy_tammik
Alumni
Alumni

It sounds to me as if that workflow uses Dynamo-specific functionality that is not provided by the Revit API. Here are some possible alternative routes:

 

 

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes