A python CAD programming library
Find a file
Roger Maitland e45a7d54d9 RTD
2022-07-15 18:59:11 -04:00
docs RTD 2022-07-15 18:59:11 -04:00
examples Added clock & loft examples, refactored sketch polar 2022-07-15 15:05:32 -04:00
src/build123d Read the docs changes 2022-07-15 16:40:02 -04:00
tests pip packaging changes 2022-07-14 11:39:35 -04:00
pyproject.toml add pip package file 2022-07-14 11:12:44 -04:00
README.md Read the docs changes 2022-07-15 16:40:02 -04:00
setup.cfg renamed to build123d 2022-07-14 11:11:39 -04:00

build123d is an alternate to the CadQuery Fluent API. It has several advantages over this API but the largest one is that build123d enables the full python toolbox when designing objects - for loops, references to objects, list sorting and filtering, etc. - unconstrained by the limitations of method chaining used in CadQuery 2.x.

The documentation for build123d can found at readthedocs.

To install build123d from github:

python3 -m pip install git+https://github.com/gumyr/build123d.git#egg=build123d