Sample Code Revit Batch Processor 1.1.11 documentation
This list contains 3D element categories and is used in obsolete revit family purge function any revit category commented out with note ‘purged else where’ can be found in list ‘catsLoadableThreeDOther’
Contains 3D family categories which needed specific purge code, rather then checking for unplaced family instances. i.e. built in revit type settings
This list contains 2D element categories and is used in obsolete revit family purge function.any revit category commented out with note ‘purged else where’ can be found in list ‘catsLoadableTagsOther’
Contains 2D family categories which needed specific purge code, rather then checking for unplaced family instances i.e. built in revit type settings
Separate module for ease of testing and maintainability.
Read xml data from a file into a XmlDocument object.
file_path (str) – The path to the file.
The data read back from the XML file.
XmlDocument or None if an error occurred.
Read the XML data into the storage object.
doc_xml (XmlDocument) – The XML document.
family_name (str) – The name of the family.
family_path (str) – The path of the family file.
A list of family type data objects.
list[FamilyTypeDataStorage]