-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sketch and Workplane improvements (#1633)
* Add special methods to Sketch a clean up * Sketch support in DXF exporter * Use the new __iter__ interface * Fix failing tests * Add some exporter tests * More tests * Typo fix * Fix test * Bool ops for Sketch * Use else * Better annotations * Implement add/subtract/replace * Extend _getFaces() * Annotation tweaks * Additional operators * Add deprecations * Allow 0 spacing * Implement __iter__ * Decouple exporters and Workplane * Export methods * Solve circular import * More args for export * Add brep * Add some tests * Fix stack searching * Some tests * Implement moved overloads for Sketch * extract get_arity to utils * Workplane __iter__ tests and tweaks * Assy export tests * Fix test * Coverage tweaks * Coverage tweaks 2 * Test for Sketch additions * Black fix * Make _selection optional * More tests * More sketch coverage * Some doc improvements * More docs * Mention special methods for Sketch * Doc fixes * Coverage tweaks * Doc tweaks * Typo fix * Spelling Co-authored-by: Jeremy Wright <[email protected]> * Rework cq.py * Rework sketch.py * Rephrase * Set spacing to 0 --------- Co-authored-by: Jeremy Wright <[email protected]>
- Loading branch information
1 parent
23ec959
commit 6d7d1d6
Showing
19 changed files
with
1,084 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.