Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 700 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 700 Bytes

#Problem Statement:

Demystiphy 2D!

BIM software such as Revit and Archicad have been designed to generate a 3D building model, to then produce 2D [paper] drawings.

Once printed, the sections displayed in 2 dimensions might not entail all of the detail necessary to understand the building. DOC-QR is a tool that aims to visuals those sections, shown in 2D architectural drawings, as trimmed sections of the 3D Revit model, in a web browser.

Setup

  1. npm install
  • If no npm/node go to here and install
  1. bower install
  • If No bower, use npm install -g bower (sudo maybe necessary)
  1. npm start
  2. Go to localhost:3000