create_document
Create a new FreeCAD document by specifying a name. This initializes an empty project workspace for starting modeling tasks.
Instructions
Create a new document in FreeCAD.
Args: name: The name of the document to create.
Returns: A message indicating the success or failure of the document creation.
Examples:
If you want to create a document named "MyDocument", you can use the following data.
json { "name": "MyDocument" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |