I hereby claim:
- I am rudderdon on github.
 - I am rudderdon (https://keybase.io/rudderdon) on keybase.
 - I have a public key ASBgrBA4W4mbrVZe7OBrmErI9lBIDDLT2qnujWm3qCxW8wo
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| (defun c:magic () | |
| (setq osm (getvar "OSMODE")) | |
| (setq attq (getvar "ATTREQ")) | |
| (setvar "OSMODE" 0) | |
| (setvar "ATTREQ" 0) | |
| (command "-xref" "p" "TbInfo-CP51" "..\\..\\Blks\\TbInfo.dwg") | |
| (doRevs) | |
| (doSheet) | |
| (command "-layer" "thaw" "*|E-REVS-SIGN-1" "on" "*|E-REVS-SIGN-1" "") | 
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using Autodesk.Revit.Attributes; | |
| using Autodesk.Revit.DB; | |
| using Autodesk.Revit.UI; | |
| using Newtonsoft.Json; | |
| namespace Stg.ModelMonitor.Entry |