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
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
d560dff39a
Update installation instructions
2019-06-15 11:16:24 +02:00
805f06c985
Merge pull request #143 from CadQuery/adam-urbanczyk-csg-combine-fix
...
Remove the combine arg for bool ops and get rid of side-effects
2019-06-10 22:03:29 +02:00
8040c44ac6
Merge pull request #146 from CadQuery/adam-urbanczyk-font-fix
...
Use a different font for testing
2.0RC0
2019-06-10 21:07:26 +02:00
a4cb82d148
Use a different font for testing
...
This is a dummy PR to investigate build issues on azure
2019-06-10 20:35:23 +02:00
45f8518466
Merge branch 'master' (remote edits via azure ui)
2019-06-10 18:58:49 +02:00
99cfb9ef59
Fixed examples
2019-06-10 18:51:15 +02:00
6d3612f744
Improved the conda recipe
2019-06-10 18:21:50 +02:00
7edc7b413f
Do not run azure on PRs
2019-06-10 17:30:44 +02:00
03f50b5366
Name update in the conda recipe
2019-06-10 17:20:16 +02:00
d5f8c5371e
Fix endpoint in azure-pipelines.yml
2019-06-10 16:48:13 +02:00
b0f0113f82
Merge pull request #145 from CadQuery/azure-setup
...
Initial configuration of the azure pipeline
2019-06-10 09:39:49 +02:00
064e3691f2
Initial configuration of the azure pipeline
2019-06-10 00:18:38 +02:00
4969671595
Merge pull request #144 from westurner/patch-1
...
DOC: README.md: typos, jupyter-cadquery
2019-06-09 12:10:11 -04:00
69a0deb884
DOC: README.md: typos, jupyter-cadquery
2019-06-09 11:08:59 -04:00
38288b8952
Removed side effects in loft and split
2019-06-09 16:41:27 +02:00
e4c84c99e0
Remove the combine arg for bool ops and get rid of side-effects
2019-06-08 17:21:23 +02:00
646e07c33a
Merge pull request #141 from gebner/minusx
...
StringSyntaxSelector: make -X different from +X
2019-06-07 18:23:06 +02:00
86f688a6e0
Merge pull request #135 from mgreminger/issue_134
...
Update cutThruAll to remove unused positive argument (fixes #134 )
2019-06-07 18:07:51 +02:00
246472f191
Merge pull request #142 from CadQuery/readme-doc-link
...
Update documentation link
2019-06-06 20:30:36 +02:00