An open API service indexing awesome lists of open source software.

https://github.com/medicationforall/cadqueryhelper

cadquery helper library
https://github.com/medicationforall/cadqueryhelper

Last synced: 2 months ago
JSON representation

cadquery helper library

Awesome Lists containing this project

README

          

# cadqueryhelper
CadQuery Helper library.

Code for shape primitives, looping groups of shapes, hinges, and various wave operations.

![](documentation/image/shape/43.png)

## Documentation
## Index
* [Grid](./documentation/grid.md)
* [Hinge](./documentation/hinge.md)
* [Shapes](./documentation/shapes.md)
* [Wave](./documentation/wave.md)

## Changes
* [Changelog](./changes.md)

## Dependencies
* [CadQuery](https://github.com/CadQuery/cadquery)

---

### Installation
Pip install from Pypi https://pypi.org/project/cadqueryhelper/

pip install cadqueryhelper

**OR**

To install CadQuery Helper directly from GitHub, run the following `pip` command:

pip install git+https://github.com/medicationforall/cadqueryhelper

**OR**

### Local Installation
From the cloned cadqueryhelper directory run.

pip install ./

---

## Running Example Scripts
* From the root of the project run of example_runner.py:

``` bash
C:\Users\\cadqueryhelper>python example_runner.py
```

**OR**

* From the root of the project run one of the example scripts:

``` bash
C:\Users\\cadqueryhelper>python ./example/shape/arrow.py
```