├── .gitignore ├── CO Check.dyn ├── CO Check.png ├── Examples ├── CO Check Example Revit 2018.rvt └── Screenshots │ ├── CO Check Example 01.gif │ ├── CO Check Example 02.gif │ └── CO Check Example 03.gif └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StudioLE/DynamoScripts/HEAD/.gitignore -------------------------------------------------------------------------------- /CO Check.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StudioLE/DynamoScripts/HEAD/CO Check.dyn -------------------------------------------------------------------------------- /CO Check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StudioLE/DynamoScripts/HEAD/CO Check.png -------------------------------------------------------------------------------- /Examples/CO Check Example Revit 2018.rvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StudioLE/DynamoScripts/HEAD/Examples/CO Check Example Revit 2018.rvt -------------------------------------------------------------------------------- /Examples/Screenshots/CO Check Example 01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StudioLE/DynamoScripts/HEAD/Examples/Screenshots/CO Check Example 01.gif -------------------------------------------------------------------------------- /Examples/Screenshots/CO Check Example 02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StudioLE/DynamoScripts/HEAD/Examples/Screenshots/CO Check Example 02.gif -------------------------------------------------------------------------------- /Examples/Screenshots/CO Check Example 03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StudioLE/DynamoScripts/HEAD/Examples/Screenshots/CO Check Example 03.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StudioLE/DynamoScripts/HEAD/README.md --------------------------------------------------------------------------------