A python CAD programming library
Find a file
jdegenstein 0dd30cf822
Create build123d_customizable_logo.py
Add another logo version with the text "customizable" below the regular logo
2022-12-19 15:17:05 -06:00
docs Adding SVG class to docs 2022-12-07 13:42:58 -05:00
examples Create build123d_customizable_logo.py 2022-12-19 15:17:05 -06:00
src Added back Shape.copy for cq-editor 2022-12-19 15:00:13 -05:00
tests Remove commented code 2022-12-19 14:55:08 -05:00
.readthedocs.yaml Add sphinx inheritance-diagram to direct_api docs 2022-11-16 13:45:21 -05: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 Adding missing svgpathtools to install_requires 2022-11-22 09:12:25 -05: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