open_document
Open Revit document files in the running Revit instance. Supports workshared files with options to detach from central or audit.
Instructions
Open a Revit document file in the running Revit instance.
Supports workshared (central) files with options to detach from central or audit the file on open.
Args: file_path: Absolute path to a .rvt, .rfa, or .rte file. detach: If True, open detached from central (workshared files only). Preserves worksets but severs the link to the central model. audit: If True, audit the file on open to check for corruption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| detach | No | ||
| audit | No |