Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- test/sweep/1007/1007.py +3 -0
- test/sweep/1007/1007.stl +0 -0
- test/sweep/1008/1008.stl +0 -0
- test/sweep/1017/1017.stl +0 -0
- test/sweep/1047/1047.py +3 -0
- test/sweep/1047/1047.stl +0 -0
- test/sweep/1060/1060.py +3 -0
- test/sweep/1060/1060.stl +0 -0
- test/sweep/1062/1062.py +3 -0
- test/sweep/1062/1062.stl +0 -0
- test/sweep/1110/1110.py +3 -0
- test/sweep/1110/1110.stl +0 -0
- test/sweep/1172/1172.stl +0 -0
- test/sweep/122/122.py +3 -0
- test/sweep/122/122.stl +0 -0
- test/sweep/1221/1221.py +3 -0
- test/sweep/1225/1225.py +3 -0
- test/sweep/1248/1248.py +3 -0
- test/sweep/129/129.py +3 -0
- test/sweep/1350/1350.py +3 -0
- test/sweep/1382/1382.py +3 -0
- test/sweep/1382/1382.stl +0 -0
- test/sweep/1394/1394.stl +0 -0
- test/sweep/1411/1411.py +3 -0
- test/sweep/1411/1411.stl +0 -0
- test/sweep/1435/1435.stl +0 -0
- test/sweep/1445/1445.stl +0 -0
- test/sweep/1473/1473.py +2 -0
- test/sweep/159/159.py +3 -0
- test/sweep/159/159.stl +0 -0
- test/sweep/161/161.py +3 -0
- test/sweep/161/161.stl +0 -0
- test/sweep/163/163.py +3 -0
- test/sweep/207/207.py +3 -0
- test/sweep/207/207.stl +0 -0
- test/sweep/288/288.py +3 -0
- test/sweep/310/310.stl +0 -0
- test/sweep/313/313.py +3 -0
- test/sweep/313/313.stl +0 -0
- test/sweep/328/328.stl +0 -0
- test/sweep/329/329.py +3 -0
- test/sweep/362/362.py +3 -0
- test/sweep/468/468.py +3 -0
- test/sweep/468/468.stl +0 -0
- test/sweep/489/489.stl +0 -0
- test/sweep/491/491.stl +0 -0
- test/sweep/492/492.py +3 -0
- test/sweep/492/492.stl +0 -0
- test/sweep/500/500.py +3 -0
- test/sweep/519/519.py +3 -0
test/sweep/1007/1007.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(83,83).lineTo(164,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((152,114),(39,152)).segment((39,39)).segment((64,1)).close().assemble().finalize().sweep(path)
|
test/sweep/1007/1007.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1008/1008.stl
ADDED
|
Binary file (14.1 kB). View file
|
|
|
test/sweep/1017/1017.stl
ADDED
|
Binary file (19.9 kB). View file
|
|
|
test/sweep/1047/1047.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(81,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(201,311).sweep(path).translate((102,157,1))
|
test/sweep/1047/1047.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1060/1060.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(117,1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(179).sweep(path).translate((180,180,1))
|
test/sweep/1060/1060.stl
ADDED
|
Binary file (25.1 kB). View file
|
|
|
test/sweep/1062/1062.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(66,66).spline([(397,85),(656,72),(1000,27)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,53),(131,53)).segment((131,79)).segment((59,79)).segment((40,72)).segment((33,79)).segment((1,79)).close().assemble().finalize().sweep(path).translate((587,1,102))
|
test/sweep/1062/1062.stl
ADDED
|
Binary file (3.38 kB). View file
|
|
|
test/sweep/1110/1110.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(42,42).spline([(276,170),(614,194),(801,492),(1000,731)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,7),(83,30)).segment((71,77)).segment((1,59)).close().assemble().finalize().sweep(path).translate((1,1,169))
|
test/sweep/1110/1110.stl
ADDED
|
Binary file (48.8 kB). View file
|
|
|
test/sweep/1172/1172.stl
ADDED
|
Binary file (24.2 kB). View file
|
|
|
test/sweep/122/122.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(192,1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(51).sweep(path).translate((52,52,1))
|
test/sweep/122/122.stl
ADDED
|
Binary file (25.1 kB). View file
|
|
|
test/sweep/1221/1221.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(148,148).spline([(341,1),(574,107),(757,107),(1000,310)])
|
| 3 |
+
r=cq.Workplane('XY').rect(270,295).sweep(path).translate((137,149,1))
|
test/sweep/1225/1225.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(223,223).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((253,233),(253,268)).segment((284,268)).arc((142,178),(304,233)).close().assemble().finalize().sweep(path).translate((87,1,1))
|
test/sweep/1248/1248.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(336,282).lineTo(659,605).lineTo(1000,641)
|
| 3 |
+
r=cq.Workplane('XY').circle(145).sweep(path).translate((147,147,1))
|
test/sweep/129/129.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(86,86).spline([(652,528),(899,1000)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((133,133),(9,164)).segment((16,47)).segment((32,1)).close().assemble().finalize().sweep(path)
|
test/sweep/1350/1350.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(244,244).lineTo(137,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,37),(244,37)).arc((486,451),(122,129)).segment((1,129)).close().assemble().finalize().sweep(path).translate((107,1,1))
|
test/sweep/1382/1382.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(174,174).spline([(334,1),(571,79),(731,266),(1000,348)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((120,188),(147,165)).segment((147,79)).segment((229,79)).segment((229,188)).segment((193,188)).segment((225,238)).segment((179,270)).close().assemble().finalize().sweep(path).translate((1,1,108))
|
test/sweep/1382/1382.stl
ADDED
|
Binary file (59.4 kB). View file
|
|
|
test/sweep/1394/1394.stl
ADDED
|
Binary file (9.88 kB). View file
|
|
|
test/sweep/1411/1411.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(108,108).spline([(260,1),(492,130),(746,255),(911,322),(1000,282)])
|
| 3 |
+
r=cq.Workplane('XY').rect(242,166).sweep(path).translate((123,85,1))
|
test/sweep/1411/1411.stl
ADDED
|
Binary file (19.9 kB). View file
|
|
|
test/sweep/1435/1435.stl
ADDED
|
Binary file (9.08 kB). View file
|
|
|
test/sweep/1445/1445.stl
ADDED
|
Binary file (43.3 kB). View file
|
|
|
test/sweep/1473/1473.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
r=cq.Workplane('XY').sketch().segment((1,78),(57,78)).segment((64,15)).segment((416,78)).segment((423,78)).segment((423,345)).segment((366,345)).segment((359,409)).segment((8,345)).segment((1,345)).close().assemble().finalize().sweep(cq.Workplane('XZ').moveTo(0,0).lineTo(563,999))
|
test/sweep/159/159.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(120,120).radiusArc((1000,1000),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((61,195),(16,46)).segment((16,1)).segment((195,1)).close().assemble().finalize().sweep(path)
|
test/sweep/159/159.stl
ADDED
|
Binary file (11.1 kB). View file
|
|
|
test/sweep/161/161.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(147,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(338,136).sweep(path).translate((170,69,1))
|
test/sweep/161/161.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/163/163.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(78,78).radiusArc((698,613),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((16,40),(94,1)).segment((140,117)).segment((63,156)).close().assemble().finalize().sweep(path)
|
test/sweep/207/207.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(218,218).spline([(631,609),(1000,338)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((23,142),(186,142)).segment((186,1)).segment((414,1)).segment((414,196)).segment((251,196)).segment((251,435)).segment((23,435)).close().assemble().finalize().sweep(path).translate((348,1,1))
|
test/sweep/207/207.stl
ADDED
|
Binary file (1.48 kB). View file
|
|
|
test/sweep/288/288.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(95,95).radiusArc((938,594),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((24,157),(32,110)).segment((95,110)).segment((32,110)).segment((71,1)).segment((165,32)).segment((118,188)).close().assemble().finalize().sweep(path)
|
test/sweep/310/310.stl
ADDED
|
Binary file (984 Bytes). View file
|
|
|
test/sweep/313/313.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(200,200).lineTo(182,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((258,71),(258,83)).segment((398,83)).arc((1,328),(392,71)).close().assemble().finalize().sweep(path).translate((69,54,1))
|
test/sweep/313/313.stl
ADDED
|
Binary file (25.5 kB). View file
|
|
|
test/sweep/328/328.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/329/329.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).radiusArc((984,918),1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(157,238).sweep(path).translate((80,120,1))
|
test/sweep/362/362.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(190,190).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(276).sweep(path).translate((466,277,1))
|
test/sweep/468/468.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(135,135).radiusArc((806,638),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,169),(28,48)).segment((269,102)).segment((242,222)).close().assemble().finalize().sweep(path)
|
test/sweep/468/468.stl
ADDED
|
Binary file (7.48 kB). View file
|
|
|
test/sweep/489/489.stl
ADDED
|
Binary file (7.08 kB). View file
|
|
|
test/sweep/491/491.stl
ADDED
|
Binary file (13.4 kB). View file
|
|
|
test/sweep/492/492.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(105,105).radiusArc((1000,644),939)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,53),(18,36)).segment((209,149)).segment((192,175)).close().assemble().finalize().sweep(path)
|
test/sweep/492/492.stl
ADDED
|
Binary file (9.88 kB). View file
|
|
|
test/sweep/500/500.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(267,267).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((248,116),(285,116)).segment((285,193)).arc((340,267),(285,340)).segment((285,418)).segment((248,418)).segment((248,340)).arc((193,267),(248,193)).close().assemble().finalize().sweep(path).translate((75,1,1))
|
test/sweep/519/519.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(80,80).spline([(449,158),(637,443),(818,292),(1000,631)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,146),(7,31)).segment((13,31)).segment((13,1)).segment((140,1)).segment((140,31)).segment((158,31)).segment((152,146)).segment((104,146)).segment((62,158)).segment((62,146)).close().assemble().finalize().sweep(path)
|