docs: explain Workplane tag and end usage#2044
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2044 +/- ##
==========================================
+ Coverage 95.64% 95.70% +0.05%
==========================================
Files 30 30
Lines 8962 9447 +485
Branches 1328 1406 +78
==========================================
+ Hits 8572 9041 +469
- Misses 240 252 +12
- Partials 150 154 +4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@pranjalbhatia710 Thanks for taking this on. To fully close #666 two more pieces are needed in the docs:
This could be merged as-is without closing #666 but it would be nice to have mentions/examples of those two items. The section titled |
|
Thanks for the review — I pushed
Validation: git diff --check
# no outputI kept this in the existing Tagging Workplanes section so it does not expand the separate Chaining section further. |
|
Thanks — I pushed Validation: git diff --check
# no output |
Closes #666.
This adds a small Workplane docs section for the two stack helpers called out in the issue:
end()returns to the parent Workplane after a selectiontag()stores a stable Workplane reference in the modelling contexttagargumentValidation:
python3AST parse of the added code snippetsgit diff --checkI could not run the full Sphinx docs build locally because the checkout does not currently have CadQuery's runtime/doc dependencies installed (
import cadqueryfails on missingruntype).