Yesterday, I implemented and published a simple Node.js web server to display an SVG polygon. In that post, you can define the polygon path manually in a text box and invoke the web server by clicking a button. Obviously, the same system can be driven automatically. Let's look at a way to extract the boundary polygon or a Revit room element, convert that to SVG, and invoke the web server to display it. Here is the room element in Revit,...
Read more →