Sample Code Revit Batch Processor 1.1.11 documentation

Contents:

This Page

duHast.Revit.Walls.Reporting package

Submodules

duHast.Revit.Walls.Reporting.walls_report module

This module contains a Revit walls properties report function.

duHast.Revit.Walls.Reporting.walls_report.get_wall_report_data(doc, revit_file_path)

Gets wall data to be written to report file. :param doc: Current Revit model document. :type doc: Autodesk.Revit.DB.Document :param revit_file_path: The file hostname, which is added to data returned. :type revit_file_path: str :return: list of list of sheet properties. :rtype: list of list of str

duHast.Revit.Walls.Reporting.walls_report_header module

This module contains the header row for any wall reports.

duHast.Revit.Walls.Reporting.walls_report_header.REPORT_WALLS_HEADER = ['HOSTFILE', 'WALLTYPEID', 'WALLTYPENAME', 'FUNCTION', 'LAYERWIDTH', 'LAYERMATERIALNAME', 'LAYERMATERIALMARK']

Header used in reports

Module contents