open_document
Open a Revit document in the running instance. Supports workshared files with detach-from-central and audit options to ensure file integrity.
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 |
|---|---|---|---|
| audit | No | ||
| detach | No | ||
| file_path | Yes |