Sample Code Revit Batch Processor 1.1.11 documentation
Bases: IFamilyData
Class constructor
root_path (str) – The path of the nested family in a tree: rootFamilyName :: nestedFamilyNameOne :: nestedFamilyTwo This includes the actual family name as the last node.
root_category_path (str) – The category path of the nested family in a tree: rootFamilyCategory :: nestedFamilyOneCategory :: nestedFamilyTwoCategory This includes the actual family category as the last node.
Collects all category data from the document and stores it in the class property .data
doc (Autodesk.Revit.DB.Document) – Current family document
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.
root_path (str) – The path of the nested family in a tree: rootFamilyName :: nestedFamilyNameOne :: nestedFamilyTwo This includes the actual family name as the last node.
root_category_path (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
Bases: IFamilyDataStorageUsedBy
Class constructor