make_sketch
Creates a sketch inside a Body on an origin or datum plane. Returns the sketch handle and name for subsequent modeling.
Instructions
Create a sketch in a Body, attached to a plane.
plane: 'XY' | 'XZ' | 'YZ' for origin planes, or a datum-plane handle. Returns {handle, name}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| name | No | Sketch | |
| plane | No | XY |