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/1017/1017.py +3 -0
- test/sweep/1054/1054.py +3 -0
- test/sweep/113/113.py +3 -0
- test/sweep/1147/1147.py +3 -0
- test/sweep/1172/1172.py +3 -0
- test/sweep/1178/1178.py +3 -0
- test/sweep/1184/1184.stl +0 -0
- test/sweep/1186/1186.py +3 -0
- test/sweep/1186/1186.stl +0 -0
- test/sweep/1196/1196.py +3 -0
- test/sweep/1196/1196.stl +0 -0
- test/sweep/1218/1218.py +3 -0
- test/sweep/1224/1224.py +3 -0
- test/sweep/129/129.stl +0 -0
- test/sweep/1370/1370.py +3 -0
- test/sweep/1370/1370.stl +0 -0
- test/sweep/1378/1378.py +3 -0
- test/sweep/139/139.py +3 -0
- test/sweep/139/139.stl +0 -0
- test/sweep/1421/1421.py +3 -0
- test/sweep/1421/1421.stl +0 -0
- test/sweep/1445/1445.py +3 -0
- test/sweep/1473/1473.stl +0 -0
- test/sweep/166/166.py +3 -0
- test/sweep/166/166.stl +0 -0
- test/sweep/19/19.py +3 -0
- test/sweep/194/194.py +3 -0
- test/sweep/2/2.py +3 -0
- test/sweep/21/21.py +3 -0
- test/sweep/211/211.py +3 -0
- test/sweep/225/225.py +3 -0
- test/sweep/225/225.stl +0 -0
- test/sweep/288/288.stl +0 -0
- test/sweep/310/310.py +3 -0
- test/sweep/324/324.py +3 -0
- test/sweep/324/324.stl +0 -0
- test/sweep/334/334.py +3 -0
- test/sweep/334/334.stl +0 -0
- test/sweep/336/336.py +3 -0
- test/sweep/342/342.py +3 -0
- test/sweep/345/345.py +3 -0
- test/sweep/362/362.stl +0 -0
- test/sweep/40/40.py +3 -0
- test/sweep/429/429.py +3 -0
- test/sweep/429/429.stl +0 -0
- test/sweep/445/445.py +3 -0
- test/sweep/445/445.stl +0 -0
- test/sweep/500/500.stl +0 -0
- test/sweep/506/506.py +3 -0
- test/sweep/523/523.py +3 -0
test/sweep/1017/1017.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(354,354).spline([(689,220),(1000,1)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((293,360),(306,360)).arc((342,293),(415,293)).arc((354,342),(354,415)).arc((324,391),(306,366)).segment((293,366)).close().assemble().finalize().sweep(path).translate((20,1,1))
|
test/sweep/1054/1054.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(236,236).radiusArc((1000,800),900)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,177),(471,177)).segment((471,295)).segment((389,295)).arc((307,271),(242,295)).segment((1,295)).close().assemble().finalize().sweep(path)
|
test/sweep/113/113.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(64,64).spline([(357,308),(602,581),(895,1000)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((43,1),(106,1)).segment((106,127)).segment((43,127)).segment((43,106)).arc((22,78),(43,50)).close().assemble().finalize().sweep(path)
|
test/sweep/1147/1147.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').circle(314).sweep(path).translate((538,315,1))
|
test/sweep/1172/1172.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(189,189).radiusArc((1000,868),899)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((45,1),(171,1)).segment((171,208)).segment((196,164)).segment((334,246)).segment((259,378)).segment((120,303)).segment((158,227)).segment((45,227)).close().assemble().finalize().sweep(path)
|
test/sweep/1178/1178.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(84,1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(240).sweep(path).translate((241,241,1))
|
test/sweep/1184/1184.stl
ADDED
|
Binary file (25.1 kB). View file
|
|
|
test/sweep/1186/1186.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(124,124).lineTo(29,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().arc((1,141),(247,135),(23,34)).segment((180,74)).segment((168,124)).segment((191,124)).segment((185,141)).segment((163,135)).segment((157,174)).segment((141,174)).segment((141,213)).segment((124,213)).segment((124,168)).close().assemble().finalize().sweep(path).translate((96,17,1))
|
test/sweep/1186/1186.stl
ADDED
|
Binary file (23.7 kB). View file
|
|
|
test/sweep/1196/1196.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(407,407).spline([(673,290),(832,188),(1000,1)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((374,440),(379,412)).segment((402,412)).segment((402,398)).segment((384,398)).segment((388,374)).segment((440,374)).segment((440,440)).close().assemble().finalize().sweep(path).translate((1,1,27))
|
test/sweep/1196/1196.stl
ADDED
|
Binary file (11.1 kB). View file
|
|
|
test/sweep/1218/1218.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(132,132).spline([(391,233),(562,198),(803,312),(1000,369)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,115),(5,115)).arc((19,141),(32,115)).segment((111,115)).arc((132,106),(154,115)).segment((264,115)).segment((264,146)).segment((154,146)).arc((132,159),(111,146)).segment((1,146)).close().assemble().finalize().sweep(path).translate((1,1,243))
|
test/sweep/1224/1224.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(44,44).spline([(304,362),(548,586),(750,538),(1000,426)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,59),(6,22)).segment((28,22)).arc((49,17),(70,28)).segment((86,28)).segment((81,65)).segment((65,65)).arc((44,70),(22,65)).close().assemble().finalize().sweep(path).translate((47,1,1))
|
test/sweep/129/129.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1370/1370.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(136,136).radiusArc((1000,652),774)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,14),(272,14)).segment((272,239)).segment((175,239)).segment((175,259)).segment((27,259)).segment((27,239)).segment((1,239)).close().assemble().finalize().sweep(path)
|
test/sweep/1370/1370.stl
ADDED
|
Binary file (23.9 kB). View file
|
|
|
test/sweep/1378/1378.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(198,198).radiusArc((1000,775),986)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((128,1),(268,1)).segment((268,114)).arc((304,198),(268,282)).segment((268,395)).segment((128,395)).segment((128,282)).arc((92,198),(128,114)).close().assemble().finalize().sweep(path)
|
test/sweep/139/139.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(173,173).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((234,185),(252,216)).segment((185,252)).segment((117,117)).segment((209,68)).close().assemble().finalize().sweep(path).translate((57,1,1))
|
test/sweep/139/139.stl
ADDED
|
Binary file (884 Bytes). View file
|
|
|
test/sweep/1421/1421.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(148,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(214,192).sweep(path).translate((109,97,1))
|
test/sweep/1421/1421.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1445/1445.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(162,162).spline([(342,39),(484,1),(735,115),(1000,385)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((110,138),(162,138)).segment((162,148)).segment((181,129)).segment((214,171)).segment((190,195)).segment((162,162)).segment((162,167)).segment((110,167)).close().assemble().finalize().sweep(path).translate((1,1,186))
|
test/sweep/1473/1473.stl
ADDED
|
Binary file (1.88 kB). View file
|
|
|
test/sweep/166/166.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(202,202).spline([(584,128),(785,343),(1000,638)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((48,1),(356,1)).segment((356,262)).segment((162,262)).segment((162,403)).segment((128,403)).segment((128,262)).segment((48,262)).close().assemble().finalize().sweep(path)
|
test/sweep/166/166.stl
ADDED
|
Binary file (5.48 kB). View file
|
|
|
test/sweep/19/19.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(164,164).spline([(407,183),(680,68),(837,1),(1000,230)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((221,183),(259,211)).arc((58,144),(269,116)).close().assemble().finalize().sweep(path).translate((370,1,658))
|
test/sweep/194/194.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(500,479).lineTo(1000,913)
|
| 3 |
+
r=cq.Workplane('XY').rect(305,110).sweep(path).translate((154,56,1))
|
test/sweep/2/2.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(135,135).spline([(568,31),(1000,1)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().arc((105,135),(165,120),(120,150)).segment((128,150)).segment((128,135)).close().assemble().finalize().sweep(path).translate((332,1,1))
|
test/sweep/21/21.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).spline([(286,91),(515,381),(765,251),(970,86),(1000,381)])
|
| 3 |
+
r=cq.Workplane('XY').circle(111).sweep(path).translate((113,113,1))
|
test/sweep/211/211.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).radiusArc((764,573),1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(146).sweep(path).translate((148,148,1))
|
test/sweep/225/225.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(217,217).spline([(483,303),(748,648),(1000,885)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((44,30),(159,30)).segment((159,1)).segment((389,1)).segment((389,332)).segment((375,332)).segment((375,432)).segment((44,432)).close().assemble().finalize().sweep(path)
|
test/sweep/225/225.stl
ADDED
|
Binary file (7.08 kB). View file
|
|
|
test/sweep/288/288.stl
ADDED
|
Binary file (13.3 kB). View file
|
|
|
test/sweep/310/310.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(186,186).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((266,242),(285,272)).segment((223,278)).segment((285,75)).segment((260,155)).segment((303,149)).segment((328,174)).close().assemble().finalize().sweep(path)
|
test/sweep/324/324.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(109,109).spline([(577,64),(1000,316)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((10,55),(73,1)).segment((208,163)).segment((145,217)).close().assemble().finalize().sweep(path)
|
test/sweep/324/324.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/334/334.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(261,261).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((127,152),(396,152)).segment((396,370)).segment((152,370)).segment((202,286)).segment((127,244)).close().assemble().finalize().sweep(path).translate((134,1,1))
|
test/sweep/334/334.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/336/336.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(650,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(201,163).sweep(path).translate((102,83,1))
|
test/sweep/342/342.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(102,102).radiusArc((966,764),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((42,1),(163,1)).segment((163,75)).arc((170,102),(163,122)).segment((163,204)).segment((42,204)).segment((42,122)).arc((35,102),(42,75)).close().assemble().finalize().sweep(path)
|
test/sweep/345/345.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(139,139).spline([(455,420),(742,747),(914,1000)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,196),(58,53)).arc((41,35),(30,12)).segment((127,93)).segment((116,93)).segment((116,213)).segment((139,213)).segment((139,196)).arc((277,70),(208,242)).segment((190,265)).close().assemble().finalize().sweep(path)
|
test/sweep/362/362.stl
ADDED
|
Binary file (25.1 kB). View file
|
|
|
test/sweep/40/40.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(337,337).spline([(617,430),(1000,421)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,66),(412,66)).segment((412,244)).arc((673,608),(300,356)).segment((1,356)).close().assemble().finalize().sweep(path).translate((384,1,1))
|
test/sweep/429/429.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(280,1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(163).sweep(path).translate((164,164,1))
|
test/sweep/429/429.stl
ADDED
|
Binary file (25.1 kB). View file
|
|
|
test/sweep/445/445.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(77,77).lineTo(299,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((77,126),(43,154)).segment((36,77)).segment((1,56)).segment((105,1)).segment((140,77)).close().assemble().finalize().sweep(path)
|
test/sweep/445/445.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/500/500.stl
ADDED
|
Binary file (21.9 kB). View file
|
|
|
test/sweep/506/506.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(92,92).spline([(536,536),(1000,677)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((51,11),(92,1)).segment((132,173)).segment((92,183)).close().assemble().finalize().sweep(path)
|
test/sweep/523/523.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).radiusArc((583,913),1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(140).sweep(path).translate((142,142,1))
|