Commit Graph

  • c75d0c89fd Added a test for nested subassemblies on import assembly-import Jeremy Wright 2025-07-04 12:45:39 -04:00
  • 0ec8ee5d66 Add tangents to loft adam-nurbs adam-urbanczyk 2025-07-04 18:33:30 +02:00
  • 4ffe9ff78e Mypy fixes adam-urbanczyk 2025-07-04 18:23:09 +02:00
  • be7d8db823 Curve, Surface, lofting adam-urbanczyk 2025-07-04 18:02:02 +02:00
  • 46c84c643b Implement some of the suggestions Jeremy Wright 2025-07-02 15:42:07 -04:00
  • c85ec9cd11 Removed a stray import that was probably added by AI somewhere along the line. Jeremy Wright 2025-06-30 11:26:57 -04:00
  • 97fef3f72a Black fix adam-urbanczyk 2025-06-27 21:05:12 +02:00
  • 048cef5c1d Add derivative matrices adam-urbanczyk 2025-06-27 18:36:26 +02:00
  • cd52759083 Add scipy adam-urbanczyk 2025-06-27 17:58:07 +02:00
  • 4d025d0db1 Initial commit of b-spline/nurbs tools adam-urbanczyk 2025-06-27 17:46:36 +02:00
  • 26a64f3b4b Fixed comment Jeremy Wright 2025-06-23 16:08:29 -04:00
  • 43e2e00648 Fixed importer for Assembly.export method Jeremy Wright 2025-06-23 13:54:30 -04:00
  • f6d1537581 Black fix meta-export-fix Jeremy Wright 2025-06-19 14:41:57 -04:00
  • 5f6f964bb6 First steps towards nesting and naming corrections with flatten option Jeremy Wright 2025-06-19 14:40:24 -04:00
  • 204df308ea Change zoom reset behavior vtk-inter adam-urbanczyk 2025-06-16 08:04:41 +02:00
  • 26940362fa Merge branch 'master' into vtk-inter adam-urbanczyk 2025-06-13 09:27:51 +02:00
  • f7bf1bf070 Mypy fix adam-urbanczyk 2025-06-13 08:05:07 +02:00
  • 99af75fdd7 Fix test adam-urbanczyk 2025-06-12 21:26:44 +02:00
  • cafad47ef2 Fixed bug with parent location not being applied when needed Jeremy Wright 2025-06-12 15:15:28 -04:00
  • d1c726a87a Coverage tweak adam-urbanczyk 2025-06-12 19:42:17 +02:00
  • 2ad9884242 Test GUI only on win adam-urbanczyk 2025-06-12 19:15:12 +02:00
  • 30edd4a2ac Misc fixes adam-urbanczyk 2025-06-12 18:32:05 +02:00
  • 7d3df36cb7 mypy fix adam-urbanczyk 2025-06-12 18:15:20 +02:00
  • 34a499afa4 Run gui tests in appveyor adam-urbanczyk 2025-06-12 17:52:15 +02:00
  • dd7803e479 Adding smoke test for fig adam-urbanczyk 2025-06-12 17:50:31 +02:00
  • 83a433f056 Fix the default color to not be black Jeremy Wright 2025-06-10 11:08:05 -04:00
  • 31557e2b70 Merge branch 'master' of github.com:CadQuery/cadquery into assembly-import Jeremy Wright 2025-06-10 09:08:33 -04:00
  • 5bac2a1112 Black fix findFromPoint-vertex-fix AU 2025-06-06 18:28:30 +02:00
  • ffa12e2b18 Add one test AU 2025-06-06 08:43:50 +02:00
  • c90e47655f Fixed location handling for components of the assembly Jeremy Wright 2025-06-03 16:23:00 -04:00
  • f07e7e0428 Fix copyWorkplane (#1770) master Benjamin Fleischhacker 2025-06-03 13:28:54 -04:00
  • 578fd60060 Refactored a bit to support nested assemblies better in the future Jeremy Wright 2025-06-03 09:16:44 -04:00
  • 53e6037262 extend _findFromPoint to support Vertex AU 2025-06-03 07:36:57 +02:00
  • 6365512388 Added a test for a plain assembly Jeremy Wright 2025-05-29 15:43:05 -04:00
  • 086fa8ac7d Still trying to increase test coverage Jeremy Wright 2025-05-29 14:44:07 -04:00
  • 3438df71a3 Removing code that should never be hit Jeremy Wright 2025-05-28 17:25:01 -04:00
  • 2810bc22b3 Increase test coverage a bit and improve color name check Jeremy Wright 2025-05-28 08:56:13 -04:00
  • 54e23ee547 Merge branch 'master' of github.com:CadQuery/cadquery into assembly-import Jeremy Wright 2025-05-28 08:34:30 -04:00
  • 65f38c87f9 Added a test for a bad filename, and added a custom color Jeremy Wright 2025-05-28 08:34:20 -04:00
  • 9b48507e53 Black fix Jeremy Wright 2025-05-27 16:01:19 -04:00
  • d5bc317318 Trying to get approximate tuple comparison working Jeremy Wright 2025-05-27 15:38:34 -04:00
  • e5bccb29ad Got shape name loading to work Jeremy Wright 2025-05-27 11:22:57 -04:00
  • f7544696bd Fix color handling (#1843) AU 2025-05-24 14:05:04 +02:00
  • 5f4c4c258d Got tests working for layer and color info import Jeremy Wright 2025-05-23 08:56:58 -04:00
  • 5e193323e3 Got color and layer search working, still need to get name search working through indirect lookup Jeremy Wright 2025-05-22 15:43:22 -04:00
  • 73f007ef31 Merge branch 'master' of github.com:CadQuery/cadquery into assembly-import Jeremy Wright 2025-05-22 09:44:05 -04:00
  • 696b1b0302 Explicit test for STEP color handling ocp-srgb-fix AU 2025-05-20 22:02:49 +02:00
  • c912783911 Use sRGB in tests AU 2025-05-20 08:53:44 +02:00
  • 798a56f1d4 Fix color handling AU 2025-05-20 08:32:57 +02:00
  • 69e6bd68ec Work-around for automatic sRGB conversion during STEP export color-fix Jeremy Wright 2025-05-19 11:24:33 -04:00
  • 2f441cfe02 Merge branch 'master' of github.com:CadQuery/cadquery into color-fix Jeremy Wright 2025-05-19 08:42:21 -04:00
  • eb79a4e436 Fixed typo bug from #1782 related to STEP subshape export (#1838) Jeremy Wright 2025-05-14 07:04:02 -04:00
  • 774f5cd395 Added ability to convert linear RGB tuple to sRGB Jeremy Wright 2025-05-13 12:43:24 -04:00
  • 9452abab37 Fixed typo bug from #1782 related to STEP subshape export step_meta_fix Jeremy Wright 2025-05-13 11:52:02 -04:00
  • 6b360c2d56 Syncing up some experiments Jeremy Wright 2025-05-13 11:44:47 -04:00
  • 1b2c7fdbfb Add more trimming possibilities (#1833) AU 2025-05-13 16:48:42 +02:00
  • 8e6784879b Fix Calculation of Compound Center of Masses (#1822) Marks Kuncevics 2025-05-13 16:52:23 +03:00
  • 1a9cdac741 Fix the fix shapes-trimming AU 2025-05-12 08:16:24 +02:00
  • d6f25d7951 Apply suggestions from code review - docs AU 2025-05-12 08:08:58 +02:00
  • 77de8a0666 Apply suggestions from code review AU 2025-05-12 08:04:20 +02:00
  • f60633f135 Add kwargs to faceOn adam-urbanczyk 2025-05-10 21:45:03 +02:00
  • 1703889f6a faceOn test adam-urbanczyk 2025-05-10 21:17:55 +02:00
  • 4d816f16f2 Closed edge handling fix adam-urbanczyk 2025-05-10 19:25:55 +02:00
  • 03a4b3d670 Doc tweaks adam-urbanczyk 2025-05-10 18:37:17 +02:00
  • 72a33ca462 Doc fix adam-urbanczyk 2025-05-10 18:14:50 +02:00
  • 9c0b1025c6 Tweak parameters adam-urbanczyk 2025-05-10 18:06:17 +02:00
  • e4efee377b Add some docs adam-urbanczyk 2025-05-10 17:58:29 +02:00
  • a002dd0a3e Add faceOn adam-urbanczyk 2025-05-10 17:58:13 +02:00
  • aefcf5b843 Fix Mixin1DProtocol adam-urbanczyk 2025-05-10 14:27:08 +02:00
  • fe1b98156c Make uvBounds public adam-urbanczyk 2025-05-10 12:06:22 +02:00
  • 3416701d8b Add hasPCurve() adam-urbanczyk 2025-05-09 16:02:23 +02:00
  • 9bd1cb6947 Sketch distribute fix (#1826) AU 2025-05-09 14:40:12 +02:00
  • 9988e973b9 Corner case test adam-urbanczyk 2025-05-09 09:08:56 +02:00
  • d9964e4e7a Fix corner case adam-urbanczyk 2025-05-09 09:07:21 +02:00
  • 38c5ef0b41 Test additional overload adam-urbanczyk 2025-05-09 08:31:49 +02:00
  • b3fe87638e Black fix adam-urbanczyk 2025-05-09 08:06:06 +02:00
  • 4bbff85b3e Rename edge, add wireOn and extend tests adam-urbanczyk 2025-05-09 07:51:23 +02:00
  • 23f654dd02 Add a test for edge() adam-urbanczyk 2025-05-08 19:25:18 +02:00
  • 201f7ce866 Docstring fix adam-urbanczyk 2025-05-08 18:52:16 +02:00
  • 5bb84d40ef Correct handling of periodicity adam-urbanczyk 2025-05-08 18:47:46 +02:00
  • 3563f0f61c Add more trim/edge overloads adam-urbanczyk 2025-05-07 19:24:06 +02:00
  • a75bb0fe0f Mypy fix adam-urbanczyk 2025-05-06 19:12:07 +02:00
  • 7d353fd7f6 Black fix adam-urbanczyk 2025-05-06 08:55:37 +02:00
  • 1518cb6cd0 Merge branch 'shapes-trimming' of https://github.com/CadQuery/cadquery into shapes-trimming adam-urbanczyk 2025-05-06 08:54:49 +02:00
  • 182795aaec Add a test sketch-distribute-fix AU 2025-05-06 08:44:39 +02:00
  • 52df75e840 Black fix AU 2025-05-05 14:41:22 +02:00
  • 1f660e45f8 Try suggestion of @lorenzcode AU 2025-05-05 13:11:46 +02:00
  • 2ad954c965 Local and non-manifold sewing (#1808) AU 2025-05-04 21:05:31 +02:00
  • 538930259b Typo fix shapes/sewing AU 2025-05-04 20:17:17 +02:00
  • fb0ba33c0c Expose edge AU 2025-05-02 17:06:41 +02:00
  • fefcada600 Add more trimming possibilities AU 2025-05-02 17:05:34 +02:00
  • 687bc2b230 Trying to increase test coverage a bit Jeremy Wright 2025-04-29 12:40:03 -04:00
  • 7d0a3aae42 Fix typo AU 2025-04-29 08:09:13 +02:00
  • 14e002b7c8 Merge branch 'master' of github.com:CadQuery/cadquery into assembly-import Jeremy Wright 2025-04-28 18:12:24 -04:00
  • 634d2c34c4 Fix locationAt for planar cases AU 2025-04-25 09:09:14 +02:00
  • ced7442a50 Doc fix adam-urbanczyk 2025-04-24 08:49:56 +02:00
  • 980ed711d8 Add one more example adam-urbanczyk 2025-04-24 08:40:49 +02:00
  • c52d5a1144 Add some docs adam-urbanczyk 2025-04-23 19:02:20 +02:00
  • 16ebc8c001 Test project adam-urbanczyk 2025-04-23 08:12:04 +02:00
  • ff17bd7221 Add project adam-urbanczyk 2025-04-23 07:37:25 +02:00