Commit Graph

673 Commits

Author SHA1 Message Date
Jeremy Wright
6e70ad5e97 Fixed the Center call for Shape objects on rotateAboutCenter, and changed CenterOfMass usage so that it won't fail silently. 2015-08-03 12:06:59 -04:00
hyOzd
2d1bdcad7b added clean argument for hole method 2015-08-02 17:36:35 +03:00
hyOzd
c0444cb0fa updated tests after 'simplify' renamed as 'clean' 2015-08-02 15:09:46 +03:00
hyOzd
d13b0bc58b fix small type in revolve method related to clean 2015-08-02 15:08:06 +03:00
hyOzd
514bd41ebe Merge remote-tracking branch 'refs/remotes/upstream/master' into add-simplify 2015-08-02 15:04:08 +03:00
hyOzd
2101161af1 clean should be called in case of combine=False 2015-08-02 14:53:41 +03:00
hyOzd
29ef1937ab renamed simplify to clean 2015-08-02 14:37:02 +03:00
hyOzd
8c719067c7 removed auto-simplify, added clean parameter 2015-08-02 14:31:23 +03:00
Jeremy Wright
8713982eff Merge pull request #101 from hyOzd/run-tests
this enables running tests with `python ./setup.py test` command
2015-07-23 23:13:13 -04:00
Hasan Yavuz ÖZDERYA
268d919d1e added documentation for simplify() method 2015-07-22 23:50:03 +03:00
Hasan Yavuz ÖZDERYA
8c6b3890d3 added tests for simplify() method 2015-07-22 23:39:11 +03:00
Hasan Yavuz ÖZDERYA
ad21a4bb0a this enables running tests with python ./setup.py test command 2015-07-22 22:35:09 +03:00
hyOzd
acf46f4c62 enabled auto simplify for combine() 2015-07-19 17:24:16 +03:00
hyOzd
506358db42 enabled autoSimplify for cut and cutblind 2015-07-19 17:11:51 +03:00
hyOzd
88c0195ba4 enable autoSimplify for _combineWithBase 2015-07-19 15:57:43 +03:00
hyOzd
e1e8e038ed added autoSimplify() and enabled it for union() method 2015-07-19 15:44:22 +03:00
hyOzd
ea26397b83 added simplify API that calls freecad's removeSplitter() function to
clean faces from unwanted edges
2015-07-19 13:00:46 +03:00
Jeremy Wright
56dcfe239b Updating the CadQuery library. 2015-07-17 17:31:08 -04:00
Jeremy Wright
14262e744d Hopefully final try at fixing the centered option for each axis. 2015-07-17 17:30:16 -04:00
Jeremy Wright
6323b21881 Updating CadQuery. 2015-07-16 21:56:06 -04:00
Jeremy Wright
f42a63c7d1 Trying to get the sphere non-centering work as expected. 2015-07-16 21:54:57 -04:00
Jeremy Wright
d63e3ae591 Update changes.md 2015-07-13 10:38:06 -04:00
Jeremy Wright
ea257f8b6a Updated to the latest CadQuery commit. 2015-07-13 10:23:39 -04:00
Jeremy Wright
6822944091 Fixed the centering of a sphere object. 2015-07-13 10:22:26 -04:00
Jeremy Wright
dd789ccfa1 Merge branch 'master' of https://github.com/dcowden/cadquery 2015-06-23 15:26:38 -04:00
Jeremy Wright
9e2c5ba9b6 Moved cheatsheet out of Sphinx documentation directory. 2015-06-23 15:26:19 -04:00
Jeremy Wright
d86d5a92bd Merge pull request #98 from hyOzd/add-chamfer
added chamfer API
2015-06-22 22:28:28 -04:00
hyOzd
fd40107041 added tests for chamfer api 2015-06-22 22:02:20 +03:00
hyOzd
807aa5d604 use 'length' for chamfer instead of 'radius' 2015-06-22 21:09:56 +03:00
Jeremy Wright
b9cd7404b8 Updated CadQuery library. 2015-06-21 21:47:29 -04:00
hyOzd
dc2f74cfd7 chamfer example; there is no need to call edges(), faces() selector
works fine
2015-06-22 00:03:47 +03:00
hyOzd
46f6001a4a added chamfer api 2015-06-21 23:49:31 +03:00
Jeremy Wright
3b3176d3f8 Update changes.md 2015-06-20 23:13:10 -04:00
Jeremy Wright
645e3cd6f7 Merge pull request #95 from hyOzd/add-boxselector
Added 3d box selector with an option to use the bounding box for selection.
2015-06-20 23:11:04 -04:00
Jeremy Wright
abce43b274 Fixed CQ.rotate docstring with same error as translate docstring. 2015-06-20 22:53:02 -04:00
Jeremy Wright
292a9935d7 Fixed the documentation on the translate function which said it was modifying the underlying objects. 2015-06-20 22:37:12 -04:00
Jeremy Wright
dc40f2e406 Merge pull request #96 from dcowden/cleanup
Cleanup
2015-06-16 17:04:50 -04:00
Jeremy Wright
f8989928a8 Next phase of cleaning up CQ.py. 2015-06-16 17:03:36 -04:00
hyOzd
c97eb8aed6 test boundingbox option of the boxselector 2015-06-16 23:22:25 +03:00
hyOzd
b3352790d0 test multiple face selection with boxselector 2015-06-16 23:22:25 +03:00
hyOzd
67b1844798 test multiple edge selection with boxselector 2015-06-16 23:22:25 +03:00
hyOzd
7be4d5a90a test multiple vertices selection with boxselector 2015-06-16 23:22:25 +03:00
hyOzd
c9a8d5d72d added test for selecting faces with BoxSelector 2015-06-16 23:22:25 +03:00
hyOzd
f3fc050913 added tests for selecting edges with BoxSelector 2015-06-16 23:22:25 +03:00
hyOzd
d5b9b38c7f test boxselector again by swapping box points 2015-06-16 23:22:24 +03:00
hyOzd
27948156b2 added tests for selecting vertices with BoxSelector 2015-06-16 23:22:24 +03:00
hyOzd
6e15431d0a added boundingbox option to BoxSelector 2015-06-16 23:22:24 +03:00
Hasan Yavuz ÖZDERYA
30d0f6dc04 added box selector 2015-06-16 23:22:24 +03:00
Jeremy Wright
7f0ef93868 Next small step in the CQ.py code cleanup. 2015-06-15 15:59:28 -04:00
Jeremy Wright
0c060925de Merge pull request #94 from dcowden/cleanup
Cleanup
2015-06-15 12:26:56 -04:00