A python CAD programming library
Find a file
2022-11-16 13:15:08 -05:00
docs Adding JernArc & general docs improvements 2022-11-14 13:34:09 -05:00
examples pylint direct_api @ 9.07 - position objects with Plane 2022-11-02 16:13:26 -04:00
src Changed Matrix rotate_x/y/z to rotate(Axis,angle) 2022-11-16 13:15:08 -05:00
tests Changed Matrix rotate_x/y/z to rotate(Axis,angle) 2022-11-16 13:15:08 -05: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 Removing extraneous vtk import 2022-11-04 11:37:34 -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