Message 1 of 5

Not applicable
12-11-2018
01:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I try to get the geometry info from ***.rvt, to a json data ,which can I load to draw geometry by three.js.
This page: https://thebuildingcoder.typepad.com/blog/2013/07/adn-mesh-data-custom-exporter-to-json.html
Him had show me how to do.
Of course, the demo is right and work well by some changes from revit 2015or6 to 2019.
https://thebuildingcoder.typepad.com/files/curvedwall.rvt
this reivt file work well in my computer.
But when I do with other revit file, error comes from the
exporter.Export(view)
which the error say: cannot devide by zero
PS:The view is not null.
Could anyone tell any ideas?
Solved! Go to Solution.