More free functions#2038
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2038 +/- ##
==========================================
+ Coverage 95.64% 95.66% +0.01%
==========================================
Files 30 30
Lines 8962 9040 +78
Branches 1328 1344 +16
==========================================
+ Hits 8572 8648 +76
- Misses 240 241 +1
- Partials 150 151 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2038 +/- ##
==========================================
+ Coverage 95.64% 95.75% +0.10%
==========================================
Files 30 30
Lines 8962 9356 +394
Branches 1328 1391 +63
==========================================
+ Hits 8572 8959 +387
- Misses 240 242 +2
- Partials 150 155 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@jmwright @lorenzncode could you do a second pass and take a look at the docs? Summary of changes:
|
lorenzncode
left a comment
There was a problem hiding this comment.
This looks good. I've added only a few doc items.
| Non-blocking visualization | ||
| ========================== | ||
|
|
||
| For non-blocking visualization, one can use the :meth:`~cadquery.fig.show` function. It relies on VTK/Trame and opens a web browser window. |
There was a problem hiding this comment.
This renders only as show in the sphinx output so it isn't obvious that it's different than the previous section on vis.show. Suggest to mention Figure.
|
@adam-urbanczyk Are the 2D operations ever going to get the history feature? |
Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
This PR should reach (rough) feature parity with
Shape.*Closes #1812This enables e.g.
selection = f.outerWire() & f.edges('|X')Big experimental change. Added a
HistoryandOpclass. History instance can be passed now to many ops viahistory=kwarg. Name for the operation can be specified vianame=. It can be later queried like so: