Sample Code Revit Batch Processor 1.1.11 documentation
Contents:
header used in dimensions reports
header used in text reports
properties used in reports from to revit 2023 onwards
header used in reports
Gets tag instances data to be written to report file.
doc (Autodesk.Revit.DB.Document) – Current Revit model document.
revit_file_path (str) – The file hostname, which is added to data returned.
custom_element_filter (class:.RevitCustomElementFilter) – allows to filter tags by specific tag properties
list of list of sheet properties.
list of list of str
Reads an independent tags report file into a list of dictionaries
revit_file_path (str) – Fully qualified file path of report file.
List of dictionaries where each dictionary contains tag data
[{}]