0d5f092476
Fixing Matrix and Shape to correctly support anisotropic scaling
2019-11-30 17:09:36 +01:00
3d40fd1f31
Merge pull request #215 from Renha/master
...
Documentation corrections, fixed #213
2019-11-21 07:21:20 -05:00
30d6d0b9b3
Documentation corrections, fixed #213
2019-11-21 14:15:45 +03:00
964b20750a
Go back to old recipe
2.0RC1
2019-11-03 00:15:38 +01:00
f3a10cb1fe
Conda recipe fix
2019-11-02 23:55:10 +01:00
c973c3b487
Add python 3.7 build to the azure pipeline
2019-11-02 22:44:16 +01:00
8521dfeceb
Merge pull request #185 from CadQuery/adam-urbanczyk-py3.6+
...
Allow python versions newer than 3.6
2019-11-02 22:41:41 +01:00
835347b4b6
Use conda build 3.18 in the windows azure job
2019-11-02 14:28:41 +01:00
7a994ee064
Do not install lldb using conda
2019-11-01 22:40:09 +01:00
0e419239ec
Get rid of old anaconda channels in travis conf
2019-11-01 22:30:09 +01:00
64bf3121e1
Add py3.7 to appveyor
2019-10-21 21:27:34 +02:00
d9dae69524
Test with py3.7 on travis
2019-10-21 21:23:28 +02:00
66d36b7474
Merge pull request #200 from CadQuery/adam-urbanczyk-spline-doc-fix
...
Spline example fix
2019-10-16 18:09:49 +02:00
0267833a38
Spline example fix
2019-10-15 19:46:07 +02:00
1d5a587617
Merge pull request #190 from CadQuery/adam-urbanczyk-doc-fix
...
Update polyline example
2019-09-19 22:16:30 +02:00
bb707347ea
Merge pull request #186 from bweissinger/slot-feature
...
Add rounded slot feature
2019-09-17 06:12:10 +02:00
c378d496ba
Rename slot() to slot2D()
2019-09-14 00:18:50 -05:00
8cb3893dab
Update polyline example
2019-09-13 20:19:57 +02:00
b80ab618a1
slot(): Set angle default to zero
2019-09-09 00:44:50 -05:00
fd3a61972c
Ensure all tests in testSlot() use decimal_places
2019-09-06 15:19:55 -05:00
faedc942d5
Add test cases for cutBlind() and cutThruAll()
2019-09-06 15:16:53 -05:00
fe01b0f580
remove cast of pnt to world coords
2019-09-06 15:16:20 -05:00
1ef22b7798
Use + operator for vector addition in slot()
2019-09-06 14:57:40 -05:00
c22cdd1c0b
Add test for slot function.
2019-09-04 01:11:07 -05:00
48cd1a78f2
Add rounded slot function
2019-09-01 18:40:09 -05:00
8a41c8097e
Allow python versions newer than 3.6
2019-09-01 17:15:06 +02:00
b0b9959917
Merge pull request #171 from Hatatister/feature_loft_checking
...
loft with a single wire crashes #161
2019-08-14 08:15:48 -04:00
04721c5b8a
changed way of checking exception message in loft wire checking unit test to increase code coverage
2019-08-11 20:42:36 +02:00
c00a01b3c7
solid.loft: added checking for at least 2 wires to prevent segmentation fault. see issue #161 . now a ValueError is raised
2019-08-08 23:26:24 +02:00
5c82cccdca
Merge pull request #167 from mgreminger/fix-boundingbox-tol
...
Fixed bug where tolerance parameter of BoundingBox had no effect
2019-07-31 18:32:21 -04:00
bcf7141197
Fixed bug where telerance parameter of BoundingBox had of effect
...
The tolerance parameter of the BoundingBox method of shape had no effect. Fixed this by passing the tolerance to the _fromTopoDS call. Changed the tolerance default value from 0.1 to None so that the global TOL is used by default. This allows the user to set the global TOL value as outlined in #74 . The CenterofBoundbox method incorrectly passed a shape to the BoundingBox method, which is the position for the tolerance paramter. This has been fixed. The _fromTopoDS method hard coded the global variable TOL in it's call to BRepMesh_IncrementalMesh. This has been updated to use the user supplied tolerance if one has been provided. Added test coverage for the tolerance parameter of the BoundingBox method.
2019-07-29 10:20:55 -05:00
a17c217803
Merge pull request #163 from CadQuery/adam-urbanczyk-findSolid-fix
...
Fix findSolid if multiple solids present on the stack
2019-07-12 07:29:02 -04:00
fe4965a628
New findSolid implementation test
2019-07-12 08:20:39 +02:00
9503db34e0
Merge pull request #162 from westurner/patch-2
...
DOC: primer.rst: syntax, wording
2019-07-10 14:30:05 -04:00
d3ebdfd0a3
DOC: primer.rst: syntax, wording
2019-07-08 22:50:13 -04:00
835725c4cc
findType fix
2019-07-06 22:04:20 +02:00
98db1e7d21
Merge pull request #156 from CadQuery/adam-urbanczyk-polyline
...
Change default polyline and spline behavior
2019-06-25 21:44:33 +02:00
9e7ab7a9ff
Merge pull request #138 from mgreminger/feature_isinside
...
Implemented isInside() method
2019-06-25 21:21:03 +02:00
d7fe2788ff
Added tests for includeCurrent
2019-06-25 07:08:54 +02:00
ba1061df7d
Update to include points on face
...
Now correctly returns True for points on boundary surface of solid. Updated tests to verify this. Remove check that isInside() is run on solid since it is now part of Mixin3D which implies that self is a solid. Improved doc string.
2019-06-24 13:56:13 -05:00
793f4cfd17
Remove unrelated whitespace change
2019-06-24 10:47:54 -05:00
9b568aed84
Incorporated review changes
...
Moved method to Mixin3D class as a regular method. Removed fluent interface. Updated tests accordingly.
2019-06-24 10:43:04 -05:00
4fd04f37a1
Merge remote-tracking branch 'upstream/master' into feature_isinside
2019-06-24 10:14:22 -05:00
b77f59167b
Change default polyline and spline behavior
2019-06-20 19:40:34 +02:00
ef0808f410
Merge pull request #151 from CadQuery/adam-urbanczyk-update-docs
...
Update installation instructions
2019-06-15 22:23:11 +02:00
f8dc7798bf
Removed implemented items from the roadmap
2019-06-15 17:00:01 +02:00
62f2ae7e80
Updated API reference
2019-06-15 16:50:54 +02:00
71803e2132
Update README again
2019-06-15 11:24:04 +02:00
f719d4cdfd
Updated README installation instructions
2019-06-15 11:22:35 +02:00
5b5a72623e
Delete README.txt
2019-06-15 11:17:59 +02:00