Commit Graph

771 Commits

Author SHA1 Message Date
5487832722 Implemented isInside() method
Implemented isInside method for Solid and Compound shapes by exposing BRepClass3d_SolidClassifier functionality for determining whether or not an arbitrary point is inside or outside of a solid or compound. Added isInside method to CQ class as well. Added tests.
2019-06-03 10:37:03 -05:00
10118e563a Merge pull request #128 from CadQuery/adam-urbanczyk-robust-make-face
Better makeFromWires and related changes
2019-05-20 21:55:22 +02:00
e71d054d3a Rework after review 2019-05-20 21:34:29 +02:00
4b433b3643 Imports cleanup 2019-05-20 21:27:28 +02:00
8be2c8f51d Merge pull request #129 from asukiaaa/patch-1
Apply 2 as version.
2019-05-19 12:52:29 +02:00
f833a26cef Add dev to version 2019-05-19 18:53:05 +09:00
e39f4b82ee Added tests for makeShell and makeSolid 2019-05-19 11:31:06 +02:00
d6888d911d Implemented text alignment 2019-05-19 11:12:53 +02:00
0237aa5c0c Changed cq.sweep interface 2019-05-19 10:44:03 +02:00
bf1f1130ff Code cleanup 2019-05-19 09:51:44 +02:00
8dbed8fa3d refactored shape fixing, fixed makeShell and added makeSolid 2019-05-19 09:26:22 +02:00
b4336fe6ff Apply 2 as version. 2019-05-19 15:10:55 +09:00
768b33cef6 Added test for the new functionality 2019-05-17 23:02:22 +02:00
e15cd438b1 Simplify multisection sweep 2019-05-17 21:31:01 +02:00
9ca75834f9 Perform face fixes only if needed 2019-05-17 21:30:44 +02:00
bc66dacf99 Iniitial refactoring 2019-05-17 17:35:32 +02:00
54a0f4d438 Merge pull request #126 from CadQuery/adam-urbanczyk-ci-fix
Disable deploy on Appveyor
2019-05-08 08:21:48 +02:00
99d5e3edc7 Comment out all deploy-related lines 2019-05-08 07:09:06 +02:00
4defef2be2 Disable deploy on Appveyor 2019-05-08 06:58:55 +02:00
7fd4504a24 Merge pull request #121 from CadQuery/adam-urbanczyk-geom-lut-edge-face-fix
Fix face and edge geometry LUTs
2019-05-08 06:46:30 +02:00
0e6b8837a7 Do not return degenerated edges 2019-04-28 21:16:28 +02:00
44a5b6ec77 Restructure conda build call again 2019-04-24 22:49:21 +02:00
b9a732b69d Specify output folder at the end 2019-04-24 22:38:46 +02:00
5d4a7cfe98 Update channels in conda-build scripts 2019-04-24 21:43:47 +02:00
f6ebce8f77 Trigger CI 2019-04-24 18:47:04 +02:00
528c417ae6 Trigger CI 2019-04-24 14:02:17 +02:00
8038667187 Conda package spec update 2019-04-24 13:06:50 +02:00
05636c218c Fix face and edge geometry LUTs 2019-04-23 23:07:05 +02:00
a56143dbf2 Merge pull request #113 from CadQuery/adam-urbanczyk-brepfeat-prism
cutThruAll based on BRepFeat_MakeDPrism
2019-03-06 20:56:33 +01:00
5239c79264 Comment cleanup 2019-03-06 19:24:19 +01:00
0764e2b65e Extended cutThruAll coverage 2019-03-05 21:34:54 +01:00
06e340f893 Select closest perpendicular face if no faces selected 2019-03-05 20:51:36 +01:00
4676bbe933 Merge branch 'master' into adam-urbanczyk-brepfeat-prism 2019-02-28 21:55:08 +01:00
d6d9014abf Added taper option to cutThruAll 2019-02-28 21:45:36 +01:00
6649340cfc Got rid of GetHandle, GetObject calls 2019-02-28 21:45:02 +01:00
d37dda759d Merge pull request #112 from CadQuery/adam-urbanczyk-pipe-transition-mode
Pipe transition mode fix
2019-02-28 18:36:59 +01:00
8606e6bb1f Refactored cutThruAll 2019-02-28 12:16:17 +01:00
7fddc578bd Fixed sortWiresByBuildOrder calls 2019-02-28 11:24:51 +01:00
93b021c25d changed prism to dprism and modified wire sorting 2019-02-28 11:24:27 +01:00
11ee24ee4a Preliminary implementation of the prism feature 2019-02-27 21:46:38 +01:00
bb648a85b9 Undo accidental edits 2019-02-26 21:20:43 +01:00
cf53af6386 Updated docstrings 2019-02-26 21:00:57 +01:00
449ce66d64 Additonal tests for sweep 2019-02-26 18:39:41 +01:00
d9f62d091d More robust sweep 2019-02-26 18:34:30 +01:00
89a3c2835f Extend sweep test coverage 2019-02-26 17:04:48 +01:00
e0d84c40b0 Added tests for transition modes 2019-02-26 16:37:08 +01:00
5f209a7d51 Handle multiple inner profiles correctly 2019-02-26 16:29:23 +01:00
bfbaa08233 Expose the transition argument in the CQ sweep API 2019-02-26 12:20:27 +01:00
6c6c223f4f Refactored sweep in occ_impl layer 2019-02-26 12:08:13 +01:00
bf6e34d6de Merge pull request #110 from CadQuery/adam-urbanczyk-parametric-curves
Parametric curves support
2019-02-25 18:17:22 +01:00