aa1abf8a95
Added info about breaking changes
2020-04-23 09:00:34 +02:00
8d5dd8b456
Typo fix
2020-04-23 08:53:41 +02:00
ded2bdce96
Add reference to #106
2020-04-23 08:52:07 +02:00
d1ed30ba8f
Prepare for the 2.0 release
2020-04-17 22:53:50 -04:00
19b4dd3021
Fixed version number that was missed during RC2 release.
2020-04-16 17:55:33 -04:00
7876fd0cc7
Extrude with both=True fix ( #321 )
...
Extrude with both=True will result in a single solid.
* combineWithBase fix
* Allow to self-fuse a compound
* Formatting fix
* Test if extrude with both=True fuses the solids
2020-04-16 18:14:57 +02:00
6ecb0fc96f
Warn about upcoming change of the centerOption ( #313 )
...
* Added deprecate_kwarg decorator
* Added warning related to default centerOption deprecation
2.0RC2
2020-04-08 08:20:13 +02:00
d17d27dc7e
Merge pull request #312 from CadQuery/adam-urbanczy-boolop-fix
...
Bool op refactoring
2020-04-06 20:53:57 -04:00
0276a8f894
Formatting fixes
2020-04-06 21:26:00 +02:00
3eb345bf02
Added tests
2020-04-06 21:20:24 +02:00
55921d471b
Fluent API bool op refactoring
2020-04-06 17:02:27 +02:00
e1cfdf8ac3
Low level bool op refactoring
2020-04-06 17:01:48 +02:00
c6fc398ce6
Bool op refactoring
2020-04-05 22:38:24 +02:00
8062b1023c
Merge pull request #311 from CadQuery/adam-urbanczyk-helix-fix
...
Helix fix
2020-04-04 15:25:38 -04:00
a1e0184fdc
Formatting fix
2020-04-04 15:42:34 +02:00
764a934942
Added test for makeHelix
2020-04-04 15:20:04 +02:00
6394ee857f
Helix fix
2020-04-04 15:09:32 +02:00
e63dc39db4
Update azure pipelines to use MacOS 10.15 ( #308 )
2020-04-03 11:35:52 +02:00
90d597ea51
Merge pull request #305 from jwhevans/jwhevans-patch#286
...
Update time.clock() to time.perf_counter()
2020-03-28 08:57:02 -04:00
0a104d26ae
Removed unused sys import
2020-03-28 12:48:23 +01:00
384ff448a4
Update time.clock() to time.perf_counter()
2020-03-27 22:11:07 -05:00
24e5d28492
Merge pull request #284 from marcus7070/marcus7070/tangentArc
...
tangent arcs
2020-03-19 14:40:29 -04:00
e655098834
Improve formatting
2020-03-19 18:51:15 +01:00
71080aff59
test tangentArcPoint with 3-tuple argument
2020-03-19 18:36:44 +01:00
228ca55786
Renamed tangentArcEndpoint to tangentArc
2020-03-19 21:21:01 +10:30
ae305501e1
Merge branch 'master' into marcus7070/tangentArc
2020-03-19 08:46:22 +01:00
ed21b9fc9c
Use wrapped i.s.o. _wrapped
2020-03-19 08:43:37 +01:00
a499a4b5d3
Ellipse ( #265 )
...
* 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 >
2020-03-15 14:04:48 +01:00
d0f2576a60
doc/examples.rst: fix a typo
2020-03-14 19:44:18 +10:30
b89bc44f86
Added Workplane.tangentArcToPoint, occ_impl.shapes.Edge.makeTangentArc
2020-03-14 19:44:11 +10:30
b9d3a1c187
Spline tangnet fix for offset workplane ( #293 )
...
Fixes #292
2020-03-06 22:18:31 +01:00
cd66589e4e
Implementation of BRepOffsetAPI_MakeFilling ( #253 )
2020-03-05 21:43:16 +01:00
3d9041e98b
Fix plane rotation method (again...) ( #243 )
2020-02-24 20:45:36 +01:00
45cfa16813
Merge pull request #252 from marcus7070/marcus7070/tag-and-load
...
Tagging objects in the chain
2020-02-09 17:48:04 -05:00
c53ad18b36
Merge pull request #270 from marcus7070/marcus7070/firstPoint
...
removed CQ.firstPoint from CQ.__init__
2020-01-28 07:02:42 -05:00
09da93a014
formatting
2020-01-23 22:22:53 +10:30
95fb436081
test_cadquery formatting
2020-01-23 21:25:32 +10:30
b2c1094b82
removed CQ.firstPoint from CQ.__init__
2020-01-23 21:16:44 +10:30
04c8b80084
Added tags to primer/concepts docs
2020-01-23 21:06:17 +10:30
911c08f453
removed getTagged from docs
2020-01-23 21:06:17 +10:30
fa3277e6a0
Renamed getTagged to _getTagged
2020-01-23 21:06:17 +10:30
89e75470d0
Added examples to docs
2020-01-23 21:06:17 +10:30
b54f03abf5
Renamed copyWorkplaneFromTagged to workplaneFromTagged
2020-01-23 21:06:17 +10:30
6d98e29b15
Simplify selector code
2020-01-23 21:06:17 +10:30
488a6144a5
Added tests for tags in selectors
2020-01-23 21:06:17 +10:30
b38f01711c
Added the ability to select from a tagged object
2020-01-23 21:06:17 +10:30
d1ced40c4e
Added tags
2020-01-23 21:02:35 +10:30
b631cd17df
Merge pull request #268 from jmwright/master
...
Updated the __version__ variable to fix CQ-editor's update mechanism.
2020-01-22 14:27:03 -05:00
113a48a952
Updated the __version__ variable to fix CQ-editor's update mechanism.
2020-01-21 07:18:55 -05:00
102c16c14e
Add Black formatting check to CI ( #255 )
...
* Add Black formatting check to CI
* Add some documentation for code contributors
* Use uncompromised code formatting
2020-01-20 20:52:12 +01:00