Sample Code Revit Batch Processor 1.1.11 documentation
Bases: IFamilyData
Constructor for warnings data class.
root_path (str) – root path for data
root_category_path (str) – root category path for data
Bases: IFamilyProcessor
Class constructor.
Calls processor instance with the document and root path provided and adds processor instance to class property .data
doc (Autodesk.Revit.DB.Document) – Current family document.
rootPath (str) – The path of the nested family in a tree: rootFamilyName::nestedFamilyNameOne::nestedFamilyTwo This includes the actual family name as the last node.
rootCategoryPath (str) – The category path of the nested family in a tree: rootFamilyCategory::nestedFamilyOneCategory::nestedFamilyTwoCategory This includes the actual family category as the last node.
Bases: IFamilyDataStorage
Class constructor
Notes:
This is just for completeness, the class is not used in the current version of the software.
Bases: IFamilyDataStorageUsedBy
Class constructor