A python CAD programming library
Find a file
2022-10-31 16:11:30 -04:00
docs Added Shape.position & orientation properties Issue #40 2022-10-31 16:11:30 -04:00
examples BuildFace|Hull -> MakeFace|Hull Issue #39 2022-10-30 14:07:34 -04:00
src Added Shape.position & orientation properties Issue #40 2022-10-31 16:11:30 -04:00
tests Add __iter__ to Vector Issue #32 2022-10-31 13:57:40 -04:00
.readthedocs.yaml RTD 2022-10-29 14:18:32 -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 VectorLike parameters outside Vector Issue #31 2022-10-31 13:41:36 -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