├── AutomatedBuildingEnergyModel ├── 01_CreateWallsWithExteriorOutline.dyn ├── 02_CreateFloorWithExteriorOutline.dyn ├── 03_CreateRoofWithExteriorOutline.dyn ├── 04_CreateMassesWithSpaces.dyn ├── Demo gbXML │ ├── Simple Building_Separation Lines_Wall Interior_Mass.xml │ └── Simple Building_Separation Lines_Wall Interior_Space.xml ├── Ripcord_Revit-Speckle_Workflow_22-09-09.pdf └── Ripcord_Revit-gbXML_Workflow_22-09-15.pdf ├── AutomatedDaylightModel ├── 01_CreateDaylightZonesWithSpaces.dyn ├── 02_CreateDaylightZonesWithZones.dyn ├── Daylight Visualizer Demo │ ├── DWG │ │ ├── Simple Building_Separation Lines_Wall Interior - 3D View - 3D Coord_All_MASS_Daylight.dwg │ │ └── Simple Building_Separation Lines_Wall Interior - 3D View - 3D Coord_All_MASS_Daylight.pcp │ ├── Daylight Factor Demo.html │ ├── w_zone-1.png │ ├── w_zone-2.png │ ├── w_zone-3.png │ ├── w_zone-4.png │ ├── w_zone-5.png │ ├── w_zone-6.png │ ├── w_zone-7.png │ ├── w_zone-8.png │ ├── w_zone-9.png │ └── w_zone.png ├── Velux Daylight Visualizer_Image Post Processing_Notes.txt ├── Velux Daylight Visualizer_Notes.txt └── imageProcessing.py ├── LICENSE ├── README.md └── TRACE700 ├── SetSpaceParameterListViaCsvFile_TRACE.dyn ├── TRACE Room Checksums Full Processor.py └── TRACE Room Checksums Full Processor_Instructions.txt /AutomatedBuildingEnergyModel/01_CreateWallsWithExteriorOutline.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedBuildingEnergyModel/01_CreateWallsWithExteriorOutline.dyn -------------------------------------------------------------------------------- /AutomatedBuildingEnergyModel/02_CreateFloorWithExteriorOutline.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedBuildingEnergyModel/02_CreateFloorWithExteriorOutline.dyn -------------------------------------------------------------------------------- /AutomatedBuildingEnergyModel/03_CreateRoofWithExteriorOutline.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedBuildingEnergyModel/03_CreateRoofWithExteriorOutline.dyn -------------------------------------------------------------------------------- /AutomatedBuildingEnergyModel/04_CreateMassesWithSpaces.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedBuildingEnergyModel/04_CreateMassesWithSpaces.dyn -------------------------------------------------------------------------------- /AutomatedBuildingEnergyModel/Demo gbXML/Simple Building_Separation Lines_Wall Interior_Mass.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedBuildingEnergyModel/Demo gbXML/Simple Building_Separation Lines_Wall Interior_Mass.xml -------------------------------------------------------------------------------- /AutomatedBuildingEnergyModel/Demo gbXML/Simple Building_Separation Lines_Wall Interior_Space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedBuildingEnergyModel/Demo gbXML/Simple Building_Separation Lines_Wall Interior_Space.xml -------------------------------------------------------------------------------- /AutomatedBuildingEnergyModel/Ripcord_Revit-Speckle_Workflow_22-09-09.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedBuildingEnergyModel/Ripcord_Revit-Speckle_Workflow_22-09-09.pdf -------------------------------------------------------------------------------- /AutomatedBuildingEnergyModel/Ripcord_Revit-gbXML_Workflow_22-09-15.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedBuildingEnergyModel/Ripcord_Revit-gbXML_Workflow_22-09-15.pdf -------------------------------------------------------------------------------- /AutomatedDaylightModel/01_CreateDaylightZonesWithSpaces.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/01_CreateDaylightZonesWithSpaces.dyn -------------------------------------------------------------------------------- /AutomatedDaylightModel/02_CreateDaylightZonesWithZones.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/02_CreateDaylightZonesWithZones.dyn -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/DWG/Simple Building_Separation Lines_Wall Interior - 3D View - 3D Coord_All_MASS_Daylight.dwg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/DWG/Simple Building_Separation Lines_Wall Interior - 3D View - 3D Coord_All_MASS_Daylight.dwg -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/DWG/Simple Building_Separation Lines_Wall Interior - 3D View - 3D Coord_All_MASS_Daylight.pcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/DWG/Simple Building_Separation Lines_Wall Interior - 3D View - 3D Coord_All_MASS_Daylight.pcp -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/Daylight Factor Demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/Daylight Factor Demo.html -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-1.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-2.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-3.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-4.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-5.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-6.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-7.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-8.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone-9.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Daylight Visualizer Demo/w_zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Daylight Visualizer Demo/w_zone.png -------------------------------------------------------------------------------- /AutomatedDaylightModel/Velux Daylight Visualizer_Image Post Processing_Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Velux Daylight Visualizer_Image Post Processing_Notes.txt -------------------------------------------------------------------------------- /AutomatedDaylightModel/Velux Daylight Visualizer_Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/Velux Daylight Visualizer_Notes.txt -------------------------------------------------------------------------------- /AutomatedDaylightModel/imageProcessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/AutomatedDaylightModel/imageProcessing.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/README.md -------------------------------------------------------------------------------- /TRACE700/SetSpaceParameterListViaCsvFile_TRACE.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/TRACE700/SetSpaceParameterListViaCsvFile_TRACE.dyn -------------------------------------------------------------------------------- /TRACE700/TRACE Room Checksums Full Processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/TRACE700/TRACE Room Checksums Full Processor.py -------------------------------------------------------------------------------- /TRACE700/TRACE Room Checksums Full Processor_Instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpstaub/Revit-Dynamo-MEP/HEAD/TRACE700/TRACE Room Checksums Full Processor_Instructions.txt --------------------------------------------------------------------------------