Skip to content

Commit

Permalink
Update 2024-9-11-2D Floor Plan To Revit Step By Step.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erix-yang authored Sep 19, 2024
1 parent da57b1f commit 954de2e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _posts/2024-9-11-2D Floor Plan To Revit Step By Step.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,23 @@ Window 3 Polygon Coordinates:
I can label the coordination information on an image!
![Demo](/img/polygon_label.png)

There we go! Coordinates of the walls, windows, doors are extracted and saved in JSON files.
![Demo](/img/coordinates.png)


## Revit API ##
It's time to do some calculation and use Revit API to generate a revit model ;)

Lots of time were spent on configuring the .NET development environments and also the startup REVIT API lessons.

Here, I can click button on the External Tools button in Revit, and my developed addin program will run (coded with C# in Visual Studio).
![Demo](/img/addin.png)

And then, with only ONE click, BOOM! Here come the Revit floor plan generated (only walls for now)!
![Demo](/img/revit-floorplan.png)

Also we can check this model in 3D.
![Demo](/img/revit-3D.png)


To be continued…

0 comments on commit 954de2e

Please sign in to comment.