Import Gempy Model into Revit #990
Replies: 2 comments 6 replies
-
That is a very exciting question! Are you interested in having surfaces or volumes? After my quick web search, I assume, Revit is not compatible with PyVista's file formats (which is how I would usually export 3d files). You can access the vertices and edges of your surfaces and write the file, if you are familiar with the IFC file structure. I also saw a python package to write dxf files, which could be useful. Can you maybe give me a list of all the different file formats, Revit is compatible with? Another idea came to my mind: speckle provides different plugins to exchange files between different software systems. pyvista>blender>revit would be a bit tedious, but maybe worth the try! Edit: If your geology is simple, you could also just create georeferenced depth maps as tif. This does not work for heavily folded/faulted areas, where you have doubling of the layers. I am no revit user, so please take this with a grain of salt. Please keep me/us updated, if any of those work for you! I am really curious! |
Beta Was this translation helpful? Give feedback.
-
Hi @NilsChudalla, In my usual workflow, I utilize Empirical Bayesian Kriging in ArcGIS Pro, exporting the results to a NetCDF4 format for further analysis in Python. However, I have yet to import these outputs into Revit or Civil 3D. Alternatively, I often work with Geo5 and export a point cloud that needs processing in Civil 3D. I'm considering whether it's feasible to perform all these tasks solely in Python using GemPy. However, I'm concerned that this approach might result in a more time-consuming workflow. I have experience with Python, but none with Blender. What I would like to have is something like the image below, to import into Revit/Civil 3D: |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'd like to import the geological model created with GemPy into Revit. Is it possible to export it to IFC, or are there other formats and intermediate steps that could facilitate this process?
Beta Was this translation helpful? Give feedback.
All reactions