Commit Graph

845 Commits

Author SHA1 Message Date
7420be7315 Fix import location 2019-01-12 15:11:02 +01:00
82de91a39c Do not use IsNull() 2019-01-12 14:43:50 +01:00
34a6d4bf05 Merge branch 'master' into adam-urbanczyk-OCC-version-update 2019-01-12 14:39:47 +01:00
bb5e12fa37 Use uuid4 to allow automatic merging 2019-01-12 14:37:54 +01:00
7778c0040c Use cadquery channel in appveyor too 2019-01-11 11:09:32 +01:00
6fb0107c50 Use cadquery channel for oce and pythonocc in travis 2019-01-11 11:03:46 +01:00
b37d85615d Merge pull request #73 from fragmuffin/feature/matrix-err-messages
Matrix validation robustness
2019-01-05 17:02:58 -05:00
ca17e91f36 Merge pull request #77 from fragmuffin/feature/jupyter-uuid4
jupyter nb - uuid1 to uuid4
2019-01-05 17:45:37 +01:00
ad6d0b0b93 cast to str redundant 2019-01-06 02:51:25 +11:00
d55e22de1f import uuid4 (derp) 2019-01-05 14:11:51 +11:00
06ea0df15c added TestJupyter 2019-01-05 13:56:58 +11:00
d27ccbc4ce decoding bytes 2019-01-05 13:55:23 +11:00
f6f69e6aea extract Scene tag from xml 2019-01-05 13:47:59 +11:00
4fc485f18c response to TypeError exception:
TypeError: to_x3dfile_string() missing 1 required positional argument:
'shape_id'
2019-01-05 13:30:47 +11:00
53c0a0bf2f Merge pull request #74 from fragmuffin/feature/fix-bb-tolerance
BoundingBox tolerance default bugfix
2019-01-04 12:54:59 +01:00
b4e4c4dbeb uuid1 to uuid4 (for python 2.x osx compatability) 2019-01-04 22:33:45 +11:00
1a2b1ee706 moved tol default from method signature
for increased flexibility
2019-01-04 00:53:24 +11:00
568ee63e1a Merge pull request #72 from fragmuffin/feature/plane-eq
Plane equality
2019-01-03 08:41:23 -05:00
27539f081b Matrix validation robuustness
+ tests
2019-01-04 00:29:48 +11:00
8786d93bcb Plane equality
+ tests
2019-01-03 23:37:58 +11:00
99c17a8ddc Initial implementation of tapered extrusion 2019-01-02 20:29:26 +01:00
a92690d7da Merge pull request #68 from jmwright/master
Reworked the core examples to exclude contributed examples.
2019-01-01 15:47:07 -05:00
06d68f14fc Merge pull request #67 from CadQuery/adam-urbanczyk-importers-cleanup
Remove import STEP form URL
2018-12-30 12:38:51 +01:00
5d67451477 Added the lego example back into this core repo. 2018-12-29 21:03:08 -05:00
f1cf831701 Reworked the core examples to exclude contributed examples. 2018-12-29 18:44:08 -05:00
786c1a2c0d Remove import STEP form URL
This code is not compatible with py3 and not covered by any tests. Any thoughts?
2018-12-29 23:14:17 +01:00
5fb7fa8354 Merge pull request #65 from CadQuery/missing-functionality
Added missing functions to Workplane
2018-12-29 01:03:53 +01:00
b59e277c83 Typo fix 2018-12-27 21:08:30 +01:00
9583160ad1 Refectored Vector and added more tests 2018-12-26 00:19:34 +01:00
56ad889f57 Increase coverage 2018-12-26 00:07:15 +01:00
4c4ec5eb98 Fixed failing tests 2018-12-25 23:39:41 +01:00
bcee21289f Update tests 2018-12-25 23:30:53 +01:00
7c3359689e Use sweep_multi for sweep with sweepAlongWires option 2018-12-25 20:44:39 +01:00
10be1be577 Additional refactoring of sweep_multi 2018-12-25 20:44:03 +01:00
2adf22cb65 Restored some changes on OCC branch 2018-12-25 20:12:30 +01:00
e24d83ab3a Refactored sweep methods 2018-12-25 20:10:11 +01:00
3bd51dc12e Fixed bounding box 2018-12-25 19:51:12 +01:00
4c797e7e1b Merge changes regarding sweep along path 2018-12-23 22:49:26 +01:00
a099caf25e Amended Vector implementation to make it compatibile with original CQ 2018-12-23 22:21:22 +01:00
e2e045df42 Merged-in missing tests from the original CQ version 2018-12-23 22:20:02 +01:00
1866d51330 Merged changes in close() 2018-12-23 22:18:47 +01:00
78869f337a Merge branch 'master' into adam-urbanczyk-OCC-version-update 2018-12-23 18:16:39 +01:00
39bf4ed2bd Added missing functions to Workplane 2018-12-23 18:09:25 +01:00
a04dfe0afd Merge pull request #16 from justbuchanan/matrix-init-and-access
implement Matrix.__getitem__() and Matrix(list) constructor
2018-12-20 11:08:19 +01:00
e387d883a6 Merge pull request #15 from justbuchanan/import-all-shapes
import all shapes from a STEP file, not just the first one
2018-12-20 09:35:41 +01:00
2e0e77e80c Merge pull request #14 from justbuchanan/stl-export-precision
Pass exportShape()'s 'tolerance' param to exportStl()
2018-12-14 21:19:17 +01:00
b03e387b10 Merge pull request #1 from justbuchanan/vector-init
minor changes to Vector class constructor
2018-12-13 22:03:21 +01:00
f422a2cda4 Use nested lists instead of flat ones for Matrix initialization
Input looks like:
[[a, b],
 [c, d]]

instead of [a, b, c, d].
2018-12-12 00:24:05 -08:00
5903e29d10 geom.py: Geom_ -> gp_ 2018-12-11 18:29:20 -08:00
b9685f4b6a Merge pull request #5 from justbuchanan/invalid-import-exception
raise exception if invalid import type is specified
2018-12-11 19:30:07 +01:00