Sample Code Revit Batch Processor 1.1.11 documentation
Built in roof family name for basic roof
Built in roof family name for sloped glazing
List of all Built in roof family names
Returns the dictionary past in with keys and or values added retrieved from collector past in. TODO: similar function exists in Walls module. Consider more generic function. :param collector: A filtered element collector containing roof type elements of family symbols :type collector: Autodesk.Revit.DB.FilteredElementCollector :param dic: dictionary containing key: roof type family name, value: list of ids :type dic: Dictionary {str:[Autodesk.Revit.DB.ElementId]} :return: A dictionary where key is the family name and values are ids of types belonging to that family. :rtype: Dictionary {str:[Autodesk.Revit.DB.ElementId]}
Returns a dictionary where key is the family name and values are ids of types belonging to that family. TODO: similar function exists in Walls module. Consider more generic function. :param doc: Current Revit model document. :type doc: Autodesk.Revit.DB.Document :return: A dictionary where key is the family name and values are ids of types belonging to that family. :rtype: Dictionary {str:[Autodesk.Revit.DB.ElementId]}