Using a geometry viewer in a revit addin to preview results
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm trying to build a revit addin that will generate geometry in revit. In my addin, I would like to integrate an interactive 3D viewer that shows a preview of the geometry that will be generated. Basically, i'm looking for functionality such as the revit extensions offered by Autodesk, specifcally the "Wood Framing Walls" extension. In this extension, you can configure something, and see a preview of what will be generated in revit. (see attached image).
My question: does anyone have suggestions for open source or free 3D geometry viewers that can be included in a revit addin to preview geometry that has not yet been created in revit? Specifcally, does anyone know whether the viewer used for the revit extensions has some kind of API or is publically available somewhere( since I like the look and feel of it)? Or is this something Autodesk can make available? The geometry to preview are simple beam shaped elements and lines, just like the example in the picture.
I've found the articles by Jeremy on his building coder blog