nx_counterbore_hole
Create a counterbore hole in a CAD body by specifying center, hole and counterbore diameters, depths, and optional start offset.
Instructions
Create a coaxial counterbore hole: a smaller deep through hole plus a larger shallow counterbore from the top face. Independent from nx_hole.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | Yes | ||
| body_id | Yes | ||
| hole_depth | Yes | ||
| start_offset | No | ||
| hole_diameter | Yes | ||
| counterbore_depth | Yes | ||
| counterbore_diameter | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| status | No | success | |
| message | No |