nx_hole
Create a hole in a target solid body by specifying center, diameter, and depth. Automatically performs circle sketch and boolean subtract to remove material.
Instructions
Create a hole on a target body (circle sketch + boolean subtract).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | Yes | ||
| center | Yes | ||
| body_id | Yes | ||
| diameter | Yes | ||
| start_offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| status | No | success | |
| message | No |