create_assembly
Create a new empty assembly for 3D printing. Returns a JSON state dict for use with other assembly tools.
Instructions
Create a new empty assembly.
Returns the assembly state as a JSON-serialisable dict that
must be passed back to subsequent assembly tools.
Args:
name: Human-readable name for the assembly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |