Where to find documentation for the pyrevit revit methods

The ‘Create Revised Sheet Set’ pyrevit tool imports ‘revit’ module from pyrevit.

It uses several methods like: revit.create.create_revision_sheetset(), revit.report.print_sheet(), revit.query.is_sheet_empty

Where can I find info for those methods and/or the revit module? I looked at the pyRevit documentation but find anything.

Thanks

Hi @Kervin, welcome to the forum!

Unfortunately they are not part of the current documentation, somehow the doc generator skipped the revit submodules/subpackages.

I’ll try to fix that ASAP, in the meantime you can look at the docstrings in the source code:

3 Likes

Fixed by @sanzoghenzo

Here you go pyrevit - pyRevit

2 Likes