sync_with_central
Synchronize the active workshared Revit model with the central model, including optional compacting and relinquishing of borrowed elements.
Instructions
Synchronize the active workshared document with central.
Only works with workshared (central model) documents. For non-workshared documents, use save_document instead.
Args: comment: Sync comment visible in the worksharing log. compact: If True, compact the central model during sync. relinquish_all: If True (default), relinquish all borrowed elements and worksets after sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| compact | No | ||
| relinquish_all | No |