Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +1 -0
- test/sweep/1/1.py +3 -0
- test/sweep/1006/1006.py +3 -0
- test/sweep/1006/1006.stl +0 -0
- test/sweep/1014/1014.py +3 -0
- test/sweep/1014/1014.stl +0 -0
- test/sweep/1027/1027.py +3 -0
- test/sweep/1040/1040.py +3 -0
- test/sweep/1040/1040.stl +0 -0
- test/sweep/105/105.py +3 -0
- test/sweep/1072/1072.stl +0 -0
- test/sweep/1074/1074.py +3 -0
- test/sweep/1113/1113.py +3 -0
- test/sweep/1145/1145.py +3 -0
- test/sweep/1149/1149.py +3 -0
- test/sweep/1152/1152.py +3 -0
- test/sweep/1152/1152.stl +0 -0
- test/sweep/1160/1160.stl +0 -0
- test/sweep/1173/1173.py +3 -0
- test/sweep/1217/1217.py +3 -0
- test/sweep/1217/1217.stl +0 -0
- test/sweep/1245/1245.py +3 -0
- test/sweep/1255/1255.py +3 -0
- test/sweep/1342/1342.py +3 -0
- test/sweep/1452/1452.py +2 -0
- test/sweep/1454/1454.py +2 -0
- test/sweep/151/151.py +3 -0
- test/sweep/192/192.py +3 -0
- test/sweep/269/269.py +3 -0
- test/sweep/282/282.stl +0 -0
- test/sweep/306/306.py +3 -0
- test/sweep/316/316.stl +0 -0
- test/sweep/319/319.py +3 -0
- test/sweep/319/319.stl +0 -0
- test/sweep/355/355.py +3 -0
- test/sweep/358/358.py +3 -0
- test/sweep/358/358.stl +0 -0
- test/sweep/403/403.py +3 -0
- test/sweep/415/415.py +3 -0
- test/sweep/473/473.py +3 -0
- test/sweep/473/473.stl +0 -0
- test/sweep/475/475.py +3 -0
- test/sweep/504/504.py +3 -0
- test/sweep/504/504.stl +0 -0
- test/sweep/508/508.stl +0 -0
- test/sweep/512/512.py +3 -0
- test/sweep/512/512.stl +0 -0
- test/sweep/550/550.stl +0 -0
- test/sweep/579/579.py +3 -0
- test/sweep/59/59.py +3 -0
.gitattributes
CHANGED
|
@@ -1949,3 +1949,4 @@ test/sweep/870/870.stl filter=lfs diff=lfs merge=lfs -text
|
|
| 1949 |
test/sweep/1082/1082.stl filter=lfs diff=lfs merge=lfs -text
|
| 1950 |
test/sweep/1038/1038.stl filter=lfs diff=lfs merge=lfs -text
|
| 1951 |
test/sweep/804/804.stl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1949 |
test/sweep/1082/1082.stl filter=lfs diff=lfs merge=lfs -text
|
| 1950 |
test/sweep/1038/1038.stl filter=lfs diff=lfs merge=lfs -text
|
| 1951 |
test/sweep/804/804.stl filter=lfs diff=lfs merge=lfs -text
|
| 1952 |
+
test/sweep/821/821.stl filter=lfs diff=lfs merge=lfs -text
|
test/sweep/1/1.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(256,166).lineTo(469,384).lineTo(787,283).lineTo(1000,198)
|
| 3 |
+
r=cq.Workplane('XY').rect(54,49).sweep(path).translate((28,26,1))
|
test/sweep/1006/1006.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(161,161).lineTo(343,92).lineTo(511,10).lineTo(702,1).lineTo(1000,109)
|
| 3 |
+
r=cq.Workplane('XY').rect(278,239).sweep(path).translate((992,121,310))
|
test/sweep/1006/1006.stl
ADDED
|
Binary file (1.88 kB). View file
|
|
|
test/sweep/1014/1014.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(147,147).radiusArc((1000,1000),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((330,220),(293,281)).segment((159,245)).segment((1,86)).segment((74,50)).close().assemble().finalize().sweep(path)
|
test/sweep/1014/1014.stl
ADDED
|
Binary file (13.4 kB). View file
|
|
|
test/sweep/1027/1027.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).radiusArc((769,650),1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(266,180).sweep(path).translate((135,91,1))
|
test/sweep/1040/1040.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(110,110).radiusArc((899,1000),922)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,110),(63,9)).segment((220,110)).segment((157,212)).close().assemble().finalize().sweep(path).translate((4,1,1))
|
test/sweep/1040/1040.stl
ADDED
|
Binary file (11.9 kB). View file
|
|
|
test/sweep/105/105.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(171,171).radiusArc((1000,824),856)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((21,40),(53,40)).arc((171,1),(282,40)).segment((321,40)).segment((321,99)).arc((341,171),(321,243)).segment((321,295)).segment((282,295)).arc((171,341),(53,295)).segment((21,295)).segment((21,243)).arc((1,171),(21,99)).close().assemble().finalize().sweep(path)
|
test/sweep/1072/1072.stl
ADDED
|
Binary file (884 Bytes). View file
|
|
|
test/sweep/1074/1074.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(242,242).radiusArc((801,783),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((79,326),(85,170)).segment((109,170)).arc((278,1),(314,242)).segment((404,290)).segment((296,482)).segment((109,368)).segment((133,326)).close().assemble().finalize().sweep(path).translate((1,7,1))
|
test/sweep/1113/1113.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(208,208).radiusArc((985,762),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((101,1),(316,1)).segment((316,86)).segment((308,86)).arc((208,416),(116,86)).segment((101,86)).close().assemble().finalize().sweep(path)
|
test/sweep/1145/1145.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(9,9).lineTo(481,1).lineTo(1000,289)
|
| 3 |
+
r=cq.Workplane('XY').rect(137,241).sweep(path).translate((542,122,11))
|
test/sweep/1149/1149.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(102,102).spline([(289,318),(500,304),(721,174),(1000,179)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().arc((102,63),(68,25),(111,1)).segment((107,1)).segment((107,30)).segment((121,30)).segment((121,6)).arc((135,35),(111,63)).segment((111,203)).segment((102,203)).close().assemble().finalize().sweep(path).translate((662,3,1))
|
test/sweep/1152/1152.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(87,87).radiusArc((1000,1000),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((201,187),(115,215)).segment((87,129)).segment((229,1)).segment((315,1)).segment((187,30)).segment((258,72)).close().assemble().finalize().sweep(path)
|
test/sweep/1152/1152.stl
ADDED
|
Binary file (20.6 kB). View file
|
|
|
test/sweep/1160/1160.stl
ADDED
|
Binary file (884 Bytes). View file
|
|
|
test/sweep/1173/1173.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(271,271).spline([(480,420),(696,514),(1000,750)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((122,1),(420,1)).segment((420,62)).arc((494,230),(420,399)).segment((420,453)).segment((284,453)).arc((163,541),(122,406)).segment((122,399)).arc((48,230),(122,62)).close().assemble().finalize().sweep(path).translate((1,1,2))
|
test/sweep/1217/1217.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(21,21).spline([(486,347),(1000,565)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,21),(31,11)).segment((41,21)).segment((11,31)).close().assemble().finalize().sweep(path)
|
test/sweep/1217/1217.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1245/1245.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(176,176).lineTo(62,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,220),(290,220)).segment((290,106)).segment((352,106)).segment((352,238)).segment((290,238)).segment((290,246)).segment((1,246)).close().assemble().finalize().sweep(path).translate((115,1,1))
|
test/sweep/1255/1255.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(229,229).radiusArc((1000,772),886)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,229),(159,184)).segment((159,159)).segment((140,115)).segment((159,108)).segment((159,64)).segment((241,64)).segment((349,14)).segment((456,216)).segment((279,304)).segment((241,444)).segment((146,425)).segment((165,317)).arc((71,342),(1,279)).close().assemble().finalize().sweep(path)
|
test/sweep/1342/1342.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).radiusArc((1000,865),848)
|
| 3 |
+
r=cq.Workplane('XY').circle(213).sweep(path).translate((215,215,1))
|
test/sweep/1452/1452.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
r=cq.Workplane('XY').sketch().segment((1,108),(81,108)).segment((81,28)).segment((155,28)).arc((162,21),(162,28)).segment((269,28)).segment((269,249)).segment((81,249)).segment((81,229)).segment((1,229)).close().assemble().finalize().sweep(cq.Workplane('XZ').moveTo(0,0).radiusArc((999,892),885))
|
test/sweep/1454/1454.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
r=cq.Workplane('XY').sketch().segment((42,1),(140,1)).segment((140,58)).arc((148,91),(140,124)).segment((140,181)).segment((42,181)).segment((42,124)).arc((34,91),(42,58)).close().assemble().finalize().sweep(cq.Workplane('XZ').moveTo(0,0).radiusArc((778,590),999))
|
test/sweep/151/151.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(152,152).spline([(466,309),(685,350),(1000,576)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((131,1),(172,1)).segment((172,117)).arc((193,152),(172,186)).segment((172,302)).segment((131,302)).segment((131,186)).arc((110,152),(131,117)).close().assemble().finalize().sweep(path).translate((1,1,54))
|
test/sweep/192/192.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(301,294).lineTo(565,244).lineTo(1000,486)
|
| 3 |
+
r=cq.Workplane('XY').circle(44).sweep(path).translate((46,46,1))
|
test/sweep/269/269.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(168,168).radiusArc((1000,742),892)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,209),(184,209)).segment((184,176)).segment((18,134)).segment((34,43)).segment((184,76)).segment((184,26)).segment((334,26)).segment((334,226)).segment((176,226)).segment((176,309)).segment((159,309)).segment((159,226)).segment((1,226)).close().assemble().finalize().sweep(path)
|
test/sweep/282/282.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/306/306.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(72,72).lineTo(350,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((72,120),(25,112)).segment((1,72)).segment((33,41)).segment((1,9)).close().assemble().finalize().sweep(path)
|
test/sweep/316/316.stl
ADDED
|
Binary file (1.48 kB). View file
|
|
|
test/sweep/319/319.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(159,159).radiusArc((1000,753),981)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((71,1),(248,140)).segment((108,317)).segment((71,286)).close().assemble().finalize().sweep(path)
|
test/sweep/319/319.stl
ADDED
|
Binary file (9.48 kB). View file
|
|
|
test/sweep/355/355.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(200,200).spline([(540,404),(830,500),(1000,500)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((7,41),(109,41)).arc((234,1),(370,41)).segment((393,41)).segment((393,69)).arc((376,398),(58,353)).segment((7,353)).close().assemble().finalize().sweep(path)
|
test/sweep/358/358.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(43,43).spline([(535,445),(979,1000)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((84,91),(56,133)).segment((22,154)).segment((22,91)).segment((140,1)).close().assemble().finalize().sweep(path)
|
test/sweep/358/358.stl
ADDED
|
Binary file (884 Bytes). View file
|
|
|
test/sweep/403/403.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(108,108).spline([(322,104),(576,121),(808,202),(1000,81)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((28,1),(41,1)).segment((41,108)).arc((188,215),(28,126)).close().assemble().finalize().sweep(path).translate((456,1,876))
|
test/sweep/415/415.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(465,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(275,275).sweep(path).translate((139,139,1))
|
test/sweep/473/473.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(313,313).spline([(657,259),(1000,102)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((196,1),(430,1)).segment((430,110)).arc((547,313),(430,516)).segment((430,625)).segment((196,625)).segment((196,516)).arc((79,313),(196,110)).close().assemble().finalize().sweep(path).translate((266,1,1))
|
test/sweep/473/473.stl
ADDED
|
Binary file (20.3 kB). View file
|
|
|
test/sweep/475/475.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(291,291).spline([(609,276),(1000,428)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,320),(110,262)).arc((189,160),(320,168)).arc((580,204),(363,363)).arc((240,421),(124,348)).segment((81,348)).segment((81,392)).segment((37,392)).close().assemble().finalize().sweep(path)
|
test/sweep/504/504.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(74,74).radiusArc((1000,867),893)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((21,1),(128,1)).segment((128,61)).segment((128,81)).segment((128,148)).segment((21,148)).segment((21,88)).segment((21,68)).close().assemble().finalize().sweep(path)
|
test/sweep/504/504.stl
ADDED
|
Binary file (12.7 kB). View file
|
|
|
test/sweep/508/508.stl
ADDED
|
Binary file (11.9 kB). View file
|
|
|
test/sweep/512/512.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(330,330).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((174,261),(232,261)).arc((330,215),(423,261)).segment((486,261)).segment((486,394)).segment((423,394)).arc((330,446),(232,394)).segment((174,394)).close().assemble().finalize().sweep(path).translate((157,1,1))
|
test/sweep/512/512.stl
ADDED
|
Binary file (16.3 kB). View file
|
|
|
test/sweep/550/550.stl
ADDED
|
Binary file (34.6 kB). View file
|
|
|
test/sweep/579/579.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(278,278).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().arc((251,265),(306,311),(265,251)).segment((269,251)).arc((274,246),(283,246)).segment((288,246)).segment((251,269)).close().assemble().finalize().sweep(path).translate((32,1,1))
|
test/sweep/59/59.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).radiusArc((689,664),1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(206,157).sweep(path).translate((104,80,1))
|