Import JSON to Revit and generate 3D Model
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello I'm new to Revit API.
Within my thesis i have a project where to automatically generate a Revit 3D Model from a JSON file.
In the JSON file multible solids are described via X,Y,Z coordinates.
I wan't to write a Revit addin where i can push a button and the following actions are performed:
- grab a JSON file from a windows explorer folder (specific location)
- Read the JSON file
- Transform each solid within the JSON file into a Revit solid
- Build up the 3D model in Revit; each solid in revit needs to be editable with common Revit tools
- Optional: Also grab the information per solid and and write it into the Revit solids. (BIM-thinking)
Does anyone know how to start in this project or where i can get the necessary Knowledge.
Does anyone know how to solve this problem?
Has anyone had a simlilar task to mine in Revit already?
I appreciate every hint. Thanks already