Metadata-Version: 2.3
Name: Super-SCAD-Hole
Version: 0.9.0
Summary: SuperSCAD widget for holes.
License: MIT
Keywords: OpenSCAD,SuperSCAD,Hole,Circle Segment,Ellipse,Ellipsoid
Author: P.R. Water
Author-email: p.r.water@setbased.nl
Requires-Python: >=3.13.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Software Development :: Code Generators
Requires-Dist: super-scad (>=0.11.2,<0.12.0)
Requires-Dist: super-scad-smooth-profile (>=0.6.3,<0.7.0)
Project-URL: Documentation, https://superscad.readthedocs.io/
Project-URL: Repository, https://github.com/SuperSCAD/Hole
Description-Content-Type: text/markdown

# SuperSCAD: Hole

SuperSCAD widgets for holes.

<table>
<thead>
<tr>
<th>Legal</th>
<th>Release</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://pypi.org/project/Super-SCAD-Hole/" target="_blank"><img alt="PyPI - License" src="https://img.shields.io/pypi/l/Super-SCAD-Hole">
</a>
</td>
<td>
<a href="https://badge.fury.io/py/Super-SCAD-Hole" target="_blank"><img src="https://badge.fury.io/py/Super-SCAD-Hole.svg" alt="Latest Stable Version"/></a><br/>
</td>
<td>
<a href="https://codecov.io/gh/SuperSCAD/Hole" target="_blank"><img src="https://codecov.io/gh/SuperSCAD/Hole/graph/badge.svg?token=7D8V8RRY11" alt="Code Coverage"/></a>
<a href="https://github.com/SuperSCAD/Hole/actions/workflows/unit.yml"><img src="https://github.com/SuperSCAD/Hole/actions/workflows/unit.yml/badge.svg" alt="unit Tests"/></a>
</td>
</tr>
</tbody>
</table>

Widgets for simple holes, counterbore & spotface holes, countersink holes, and counterdrill holes. All holes have their
slotted twin holes. All holes can be finished with smoothing profiles such as fillets and chamfers. All holes are 
by default extended at their top and bottom by eps for a clear overlap (in the demo below eps has been set to a much 
larger value than normal).

![Demo.](/docs/images/demo.gif "Demo")

## Resources

* https://engineersbible.com/types-of-holes/

## License

This project is licensed under the terms of the [MIT license](LICENSE).

