From the hole's parts (bottom, middle, top), cut the hole into the given solid, using the custom plane. The plane's origin determines the hole's center. The plane's X and Y axis determine which way the hole is pointing (it points down the normal i.e. Z axis, following the right-hand rule). This can be used to insert a hole where there is no face, or into a non-planar face.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
solids | [Solid; 1+] | Which solid to add a hole to. | Yes |
plane | Plane | The plane's origin determines the hole's center. The plane's X and Y axis determine which way the hole is pointing (it points down the normal i.e. Z axis, following the right-hand rule). | Yes |
holeBottom | Define bottom feature of the hole. E.g. drilled or flat. | Yes | |
holeBody | Define the main length of the hole. E.g. a blind distance. | Yes | |
holeType | Define the top feature of the hole. E.g. countersink, counterbore, simple. | Yes |