CadQuery / cadquery

A python parametric CAD scripting framework based on OCCT
https://cadquery.readthedocs.io
Other
2.98k stars 281 forks source link

`Workplane.shell` docstring needs updating #828

Closed marcus7070 closed 2 years ago

marcus7070 commented 3 years ago

https://github.com/CadQuery/cadquery/blob/ab876acc84a7df273bb368549656912a980feae3/cadquery/cq.py#L1225-L1234

Needs to be updated to use the or string selector, fluent api, and remove the saveModel call.

lorenzncode commented 2 years ago

As part of this, I think the add() docstring also needs an update to remove "Shelling is one common example" in:

    Used in rare cases when you need to combine the results of several CQ
    results into a single Workplane object. Shelling is one common example.