Inputs
filePath : string (optional)
refresh : bool
close : bool
Outputs
report[][] : string[][]
CADLinks[] : ImportInstance[]
CADImports[] : ImportInstance[]
Description
Generates a report of all CAD Links and Imports in the active Revit document. The node provides detailed information on: instance name, link status, view specific, owner view id, workset name, file path and host level. Linked and Imported CAD files are output into lists to aid with BIM management workflows.
To report the active Revit document, leave the filePath input unconnected. Use the filePath input to report any external Revit file or Family silently (without opening) by inputting its file path using an out-of-the-box File Path node.
The close input allows users to close any files opened using the filePath input, otherwise the node will automatically close any open external documents when you close your graph or close Dynamo.
Features
Reports all CAD Links and Imports in a Revit document
External Revit and Family documents can be reported using the filePath input
Links and Imports are separated output into separate lists
Instance name, link status, view specific, owner view id, workset name, file path and host level are reported
Use the close input to close any files opened using the filePath input
Automatically closes any open external documents when the graph or Dynamo is closed