This commit is contained in:
Roger Maitland 2022-07-15 16:00:08 -04:00
parent 2c32e7f056
commit 1b43b60401

View file

@ -1,4 +1,4 @@
Build123D is an alternate to the [CadQuery](https://cadquery.readthedocs.io/en/latest/index.html)
build123d is an alternate to the [CadQuery](https://cadquery.readthedocs.io/en/latest/index.html)
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