open_document
Access and open Revit project files directly from the specified file path, enabling streamlined interaction with Autodesk Revit for project management and modifications.
Instructions
Open Document
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | No | File Path |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"filePath": {
"description": "File Path",
"type": "string"
}
},
"type": "object"
}