Makeathon ends in00:00:00:00
Docs Home
/
KCL Standard Library
/
Functions
/
Std Hole HoleAt

hole::holeAtFunction in std::hole

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

NameTypeDescriptionRequired
solids[Solid; 1+]Which solid to add a hole to.Yes
planePlaneThe 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
holeBottomDefine bottom feature of the hole. E.g. drilled or flat.Yes
holeBodyDefine the main length of the hole. E.g. a blind distance.Yes
holeTypeDefine the top feature of the hole. E.g. countersink, counterbore, simple.Yes

Examples

Found a typo?