* 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>
*** 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. ***