A python CAD programming library
Find a file
2022-09-26 19:39:12 -04:00
docs Added Scale, refactored BuildLine to a Compound 2022-09-23 16:01:16 -04:00
examples Revolve multiple faces, improved Scale issue #15 2022-09-26 14:39:05 -04:00
src Added centered option to GridLocations issue #17 2022-09-26 19:39:12 -04:00
tests Added centered option to GridLocations issue #17 2022-09-26 19:39:12 -04:00
.readthedocs.yaml RTD 2022-07-15 19:08:26 -04:00
pyproject.toml add pip package file 2022-07-14 11:12:44 -04:00
README.md Created logo in svg 2022-08-26 11:03:31 -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