Files
cadquery/cadquery
FB 803a05e78c Update shell docstring, use fluent api + string selector (#1079)
* Update docstring,  use fluent api + string selector

Update the docstring for `shell` to use the string selector and fluent
api to show how to create a three faced cube.

Remove the note about shelling being a common use case for
`Workplane.add`

* Fix literal block, remove future note, minor docstring formatting

Co-authored-by: Lorenz Neureuter <hello@lorenz.space>
2022-05-05 22:05:58 -04:00
..
2021-11-11 20:28:09 +10:30
2021-11-16 08:55:46 +01:00
2021-09-26 20:05:56 +09:30
2021-11-11 20:28:09 +10:30
2022-04-08 16:17:27 -06:00
2021-11-11 20:28:09 +10:30
2020-07-28 22:10:04 +02:00

***
Core CadQuery implementation.

No files should depend on or import PythonOCC, or other CAD Kernel libraries!!!
Dependencies should be on the classes provided by implementation packages, which in turn 
can depend on CAD libraries.

***