fusion_hole
Drill a circular hole of specified diameter at given coordinates on a plane or body face, with control over depth and through-all setting.
Instructions
Drill a circular hole (cut) of diameter mm at (x,y). By default it goes
through everything on plane (xy/xz/yz). For a hole on an existing body face,
pass on_body + on_face (from fusion_list_faces); (x,y) are then in that face's
local coordinates. Set depth for a blind hole.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| depth | No | ||
| plane | No | xy | |
| on_body | No | ||
| on_face | No | ||
| diameter | Yes | ||
| through_all | No |