Sample Code Revit Batch Processor 1.1.11 documentation
header used in reports
Reports all room separation line with warnings by design option and level they belong too
doc (Autodesk.Revit.DB.Document) – Current Revit model document.
dictionary where key is the design option name and value is a nested dictionary where key is the level name and value is a list of room lines.
{str: {str:[Autodesk.Revit.DB.ModelCurve]}}
Reports all room separation line without warnings by design option and level they belong too
doc (Autodesk.Revit.DB.Document) – Current Revit model document.
A dictionary where key is the design option name and value is a nested dictionary where key is the level name and value is a list of room lines.
{str: {str:[Autodesk.Revit.DB.ModelCurve]}}