* Initial free functions
* Mypy fixes
* Add a mypy plugin that handles _get*
* More helpers and fixes
* black
* More hooks
* More ops and primitives
* Fill with constraints and cap
* Minimal docstrings and mypy fix
* Bool op operators for Shape
* Extra docstring
* Added spline primitive
* Added alternative constructors
* Update solid
* Add shape normalization
* Add text
* Added moved overload
* Another moved overload
* Convert location constructor to multimethod
* Additional Loc constructor
* Extra vertex constructor
* Additional cone overload
* Start with tests
* Fix compouund normalization
* Bool op tests
* Additional Location overload
* test moved and fix bool ops
* Different cap params
* More tests
* Test revolve and offset
* Test sweep and loft
* Add bool ops
* More tests
* Test text
* Improve coverage for utils
* More move[d] and Location overloads
* Start working on some docs
* Update index
* Doc fix
* Typo fix
* More move/moved overloads
* Small doc update
* Better Location coverage
* Fix angle units in Location
* More docs and a usability fix
* Cosmetics
* Mypy fix
* Remove dead code
* Coverage tweaks
* More docs'
* Box centering and box/plane arg order
* Docs cosmetics - nicer sweep
* Apply suggestions
Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>
* Add docstrings
* Doc tweaks
* Bump multimethod version
* Add occ_impl.shapes
* Mention free funcs in the primer
* Typos
* Typo
* Punctuation
---------
Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>
* Add support for 2D and 3D Wire fillet
* Change wire fillet signature to vertex coordinate list instead of index list
* Fix type error in Wire.fillet
* Simplify logic a little bit
* black fix
* Trying to fix the test
* Additional methods for Wire
* Fix formatting and logic
* Fix for closed wires
* Fix test
* Remove unused methods
* Fix typo in shapes.Wire.fillet comment
---------
Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
* #788 Add __repr__ and __str__ methods to Matrix
* Shortened code with join & improved test
* Renamed variable and fixed use of join
* Replaced __getitem__ with transposed_list
* Optimized repr and removed str methods
* Cleanup comment
* Increased geom.py code coverage to near 100%
* Reformatted with black 19.10b0 defaults
* Remove the typing import
* added ellipse
* removed unused math imports
* added method ellipseArc and adapted method ellipse to circle
* introduced sense for ellipse building
* adapted ellipse test cases
* exclude vscode config folder
* use gp_Ax2(p, zdir, xdir) for ellipse building
* ran black against the changes
* Fix docstring of makeEllipse
Co-Authored-By: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
* Fix return value in docstring of makeEllips
Co-Authored-By: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
* Formatting fix
* Increase test coverage
* Formatting fixes
* Add test for makeEllipse
* Test fix
* Formatting + typo fix
Co-authored-by: Bernhard <bwalter42@gmail.com>
Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>